Kaydet (Commit) 6cf76c15 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

add hint on how to use lldb pretty-printers form within android studio

Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390
üst 59f88e62
...@@ -243,6 +243,9 @@ Using lldb from within Android Studio is more comfortable though and works like ...@@ -243,6 +243,9 @@ Using lldb from within Android Studio is more comfortable though and works like
- on tab "General" pick module "source" - on tab "General" pick module "source"
- on tab "Native Debugger" add android/source/obj/local/<hostarch> to - on tab "Native Debugger" add android/source/obj/local/<hostarch> to
the Symbol directories the Symbol directories
- on the LLDB startup commands tab add
"command script import /path/to/solenv/lldb/libreoffice/LO.py"
to get some pretty printing hooks for the various string classes
Then you can select your new configuration and use Run | Debug to launch it. Then you can select your new configuration and use Run | Debug to launch it.
Note that lldb doesn't initially stop execution, so if you want to add Note that lldb doesn't initially stop execution, so if you want to add
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment