CodeInvestigator version 1.5.0 was released on April 21.

hans moleman martien.friedeman at gmail.com
Thu Apr 21 05:58:00 CEST 2011


CodeInvestigator version 1.5.0 was released on April 21.

Changes:

   - A lot of UI changes. Backgrounds, code blocks and menu.
   - Print statements can now be clicked. The entire printout shows
and what was contributed by the print statement.
   - Browser collection of runtime data is faster: Clicking a
different iteration for example, gives faster results.

Bug fixes:

   - For Windows users: The command window needed to be visible again
to stop it flashing up.
   - There were a few bugs in the searches.

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.



More information about the Python-announce-list mailing list