|
PyCrash Viewer is a GUI browser, based on Gtk+2 graphical toolkit,
which allows developers to analyze PyCrash crash dump files in a graphical manner.
It's possible to look through the stack frames, select each stack frame and analyze
all variable values.
PyCrash Viewer also provides a source editor that shows the
source files and automatically selects lines when the developer inspects stack
frames using the Stack Viewer widget.
You can see here
a screenshot of the main window of PyCrashViewer.
Actually, PyCrash Viewer is still in alpha version, and it doesn't
provide any installation script. So you must download it, unpack the tarball and
launch it from the main source directory running the file name "pycrashv.py"
To download the latest version of PyCrash Viewer, go to Download section of
this web site.
|