Welcome to PyCrash Web Site (original) (raw)

Welcome to PyCrash Web Site!

PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application.

Major information collected by PyCrash in the crash dump is:

The format of the crash dump file generated by PyCrash is XML, so the programmer can easily read this file to understand why the program is crashed. (To see an example of generated crash dump click here).

Go to Download section of this web site if you want download the latest version of PyCrash, or go toPyCrash Project Page on SourceForge.net or post a message to the official PyCrash mailing list for further information.

Now, is also available a GUI browser, named PyCrash Viewer, which allows developers to analyze quickly and easily PyCrash crash dump files in a graphical manner. More information can be found in PyCrash Viewer section of this web site.

We are very pleased to receive your comments and suggests about this project. Carmine I.D. Noviello