summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-04-07 22:07:25 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-04-07 22:17:41 +0200
commit6cf76c15dd10c130c8ca24b8eb55680b7016c960 (patch)
tree3ce02f6ac1bf34e7cacda3f9624a17ee730b6883 /android
parent59f88e62f53cf54f441f51456767f6ba0e52ca54 (diff)
add hint on how to use lldb pretty-printers form within android studio
Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390
Diffstat (limited to 'android')
-rw-r--r--android/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/README b/android/README
index ce7c3be7a603..21ede90e94e4 100644
--- a/android/README
+++ b/android/README
@@ -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 "Native Debugger" add android/source/obj/local/<hostarch> to
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.
Note that lldb doesn't initially stop execution, so if you want to add