Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2015-01-29 23:33:37 +0300
committerMiguel de Icaza <miguel@gnome.org>2015-01-29 23:33:48 +0300
commit9e53c703763baa2c7abf2d377a4e128f5e2fd8b9 (patch)
tree49da6edfec0fdee59d2ce4c3df92bb2ce8a2fc13 /man/mono.1
parent2457f291391df2fff238822b0c8abba4f01ea997 (diff)
[lldb] Document and install the mono.py file for LLDB
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.113
1 files changed, 13 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index eaae0856df0..dbeea6a087e 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -854,6 +854,19 @@ The following is a common use to track down problems with P/Invoke:
.fi
.PP
+.SH DEBUGGING WITH LLDB
+If you are using LLDB, you can use the
+.B mono.py
+script to print some internal data structures with it. To use this,
+add this to your
+.B $HOME/.lldbinit
+file:
+.nf
+command script import $PREFIX/lib/mono/lldb/mono.py
+.fi
+.PP
+Where $PREFIX is the prefix value that you used when you configured
+Mono (typically /usr).
.SH SERIALIZATION
Mono's XML serialization engine by default will use a reflection-based
approach to serialize which might be slow for continuous processing