PyCrash 0.4pre3

PyCrash 0.4pre3 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: LGPL - GNU Lesser General Public License
  • Databases: N/A
  • Downloads: 448
  • Released: Jun 7, 2007

PyCrash 0.4pre3 Description

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.

PyCrash provides you following informations:
- Information about operating system, Python and Python Standard Library version and general information about the program that is crashed (e.g., program name and version, time at witch program started and ended, and so on)
- Information about the uncaught exceptions, like the exception type, the context (namely method name) in which the exception occurred and the exception value
- General information about variables state
- Information about the stack of each thread, like the list of stack frames, the variables value in each stack frame, and so on
- General information about source code, like variable and function position in source file that can be useful for the programmer to find quickly bugs in source tree

PyCrash Bookmark

Hyperlink code:
Hyperlink for Forum code:

PyCrash 0.4pre3 Script Download Notice

Top 4 Download periodically updates information of PyCrash 0.4pre3 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. PyCrash 0.4pre3 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Windows free drive space report

Windows free drive space report script reads a file containing a list of share names, and prints a report of the current free space on the volumes. ...
Python

The Squirrel programming language

It was designed to be a powerful scripting language for small applications like games, due to its small size, reduced memory bandwidth and little real-time requirements.Squirrlel has been tested with the following compilers:MS Visual C++ 6.0,7.0,7.1 and 8.0 (32 and 64bits)MinGW gcc 3.2 (mingw special 20020817-1)Cygnus gcc 3.2Linux gcc 3.2.3Linux gcc ...

Missed SIGINT in multithreaded programs

Multithreaded Python programs often ignore the SIGINT generated by a Keyboard Interrupt, especially if the thread that gets the signal is waiting or sleeping. This module provides a workaround by forking a child process that executes the rest of the program while the parent process waits for signals and kills the ...
Python

Format warnings for Visual Studio

... need to do this, you'll likely want to report errors and warnings in a way that Visual Studio will understand. This script uses the standard Python warnings framework, and installs a custom warning message formatter that generates messages understandable by Visual Studio . ...
Python

Storage for store information about prefixes

Storage for store information about prefixes script allows you to store information about domains determined by key prefixes. ...
Python