Try CodeInvestigator version 0.16.0

hans moleman martien.friedeman at gmail.com
Wed Sep 23 21:48:51 CEST 2009


CodeInvestigator version 0.16.0 was released on Sept 23.

It requires Python version 2.6 and a Firefox browser.

Bug fixes:

      Indentation of comments and triple quoted strings. Triple quoted
strings
      could embed additional spaces.

      Additional __str__ calls were made for an instance.

      Record scripts that don't have a .py extension.

      ELIF sometimes fails.

      Docstrings passed over to generated program

      Issue with importing 64 bit modules

      Initial syntax check sometimes rejected too much.

      Thanks Tim!

Changes: Remarks.

      If you click in the right margin you can enter remarks.
      Remarks can be dragged to another location if you use Firefox
3.5.

      They are intended to work like poste-it notes attached to a
printout of the
      code.

Warning:

      The database will be initialized and you will lose your runs.


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