CodeInvestigator version 0.7.3

Martien Friedeman martien.friedeman at gmail.com
Wed Feb 20 23:37:29 CET 2008


CodeInvestigator version 0.7.3 was released on February 21.


This release fixes a bug.

When a user views code and closes the view of a variable value, the  
marker-bar on the right side of the window shows.
This bar should only show when a user scrolls away from code.


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