CodeInvestigator version 0.6.2 released.

martien friedeman martien.friedeman at gmail.com
Mon Dec 10 04:28:59 CET 2007


CodeInvestigator version 0.6.2 was released on December 10.


This version catches generate exceptions: Runs did not show when the  
generate failed.

And a bug was fixed where variables did not underline when another  
iteration was selected.



CodeInvestigator is a tracing tool for Python programs.

Running a program trough 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