Changes

Jump to: navigation, search

Debugging Gramps

292 bytes added, 12:07, 29 November 2010
Hard crash
python -m trace -t src/gramps.py
 
This will usually generate vast terminal output and slow the system down for that, so redirecting output to a file is usually good:
 
python -m trace -t src/gramps.py >/tmp/trace.out
 
Then check the file "/tmp/trace.out" and save if needed, or redirect to somewhere else in the earlier step.
== Add debug statements ==

Navigation menu