summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-09-18 20:52:19 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-18 21:05:48 +0100
commitf26187ff157a86210d4f8d03e4524380a88ed844 (patch)
tree3570dfed10b120ae898a71ce4b924b2e829d645c /pyuno
parentc72af8739d57035b9cd0771941939bd77813348e (diff)
add help on python debugging.
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyuno/README b/pyuno/README
index 57853a9c90e2..1138ce7b284e 100644
--- a/pyuno/README
+++ b/pyuno/README
@@ -1 +1,8 @@
UNO bindings for the Python programming language.
+
+To have much joy debugging python extensions you need to:
+ a) edit pythonloader.py in your install setting DEBUG=1 at the top
+ b) touch pyuno/source/module/pyuno_runtime.cxx and 'make debug=true' in pyuno
+
+Then you'll start to see your exceptions on the console instead of them getting
+lost at the UNO interface.