28
edits
Changes
m
typo and link
Short: in your code add data to the logger with: log.warning(), log.error(), log.info()...
Start Gramps with the --debug flag: pyhon python gramps.py --debug="name_of_the_logger"
This is usefull useful when working in different parts, adding info output, and selecting on the commandline with --debug the logger you want to see output with.
== Use profiling ==
== Use the winpdb python debugger ==
[http://winpdb.org/ Winpdb ] (Ubuntu: sudo apt-get install winpdb) is a graphical interface for the python debugger.
Start it with: