CodeInvestigator version 1.7.0 was released on September 3

hans moleman martien.friedeman at gmail.com
Sat Sep 3 00:52:20 CEST 2011


CodeInvestigator version 1.7.0 was released on September 3.

- Bug fixes:

  When 'print' and 'if' appear on the same line, the generate failed.

  pprint() actions were not picked up.


- Design changes:

  A default configuration is used when installing. The dependency on
tkinter could be removed.

  The server process is now a true server process. All communication
is only via HTTP.

  The code can be displayed in a configurable font.

  Recording can be paused and resumed to avoid too much clutter.


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/projects/cde-investigatr/files/


More information about the Python-announce-list mailing list