summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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