Kaydet (Commit) f26187ff authored tarafından Michael Meeks's avatar Michael Meeks

add help on python debugging.

üst c72af873
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.
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