CodeInvestigator version 1.6.0 was released on June 1.

hans moleman martien.friedeman at gmail.com
Wed Jun 1 00:14:13 CEST 2011


CodeInvestigator version 1.6.0 was released on June 1.

Changes:

- Python 3:
      Windows: Two seperate installers for Python2 and Python3.
      Mac    : One installer for both.
      Linux  : No more RPM and DEB installers. Run 'python setup.py
install'.
  Required Python 2.7 or higher.

Bugs:

- stdout had additional chars in it.
- Windows users could not use the Start-button. They could only double
click on the Scripts-screen.
- Start up should be more reliable.
- Mac users now uses the PATH to work out what Python version is being
used.

Interface changes:

- Menu stays visible on the code page.
- Cursor turns into pointer when a user can click to close.
- Menu-View is removed when nothing under it exists.

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