CodeInvestigator 0.8.0

Martien Friedeman mfriedeman at gmail.com
Wed Apr 2 01:09:55 CEST 2008


CodeInvestigator version 0.8.0 was released on April 02.




A usability change was made:
    A user's Python files are listed in the Files screen. The  
directory/directories for these files is specified in the Settings  
screen.
    A user now has an additional way to change this:
    Clicking the directory name in the Files screen.



CodeInvestigator is a tracing tool for Python programs.

Running a program through CodeInvestigator creates a recording.  
Program flow, function calls, variable values and conditions are all  
stored for every line the program executes.
The recording is then viewed with an interface consisting of the  
code. The code can be clicked: A clicked variable displays its value,  
a clicked loop displays its iterations.
You read code, and have at your disposal all the run time details of  
that code. A computerized desk check tool and another way to learn  
about your program.

http://sourceforge.net/project/showfiles.php?group_id=183942



More information about the Python-announce-list mailing list