Changes

Jump to: navigation, search

Debugging Gramps

570 bytes added, 08:44, 5 March 2009
m
no edit summary
That's it
 
== Use the winpdb python debugger ==
Winpdb (Ubuntu: sudo apt-get install winpdb) is a graphical interface for the python debugger.
Start it with:
 
winpdb src/gramps.py
 
[[Image:Winpdb.png|thumb|Winpdb with GRAMPS loaded]] Now, in File menu, select 'Open Source', and open the source file you want to debug. Now all debug options are possible. Eg, go to a line in the file with the cursor, and click the ''run to line'' button. The debugger will run to that point, and left show you all defined local variables with their value, as well as the stack frame.
 
Try it!

Navigation menu