Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #104 > unrolled thread

CodeInvestigator version 1.5.0 was released on April 21.

Started byhans moleman <martien.friedeman@gmail.com>
First post2011-04-21 13:41 -0700
Last post2011-04-21 13:41 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  CodeInvestigator version 1.5.0 was released on April 21. hans moleman <martien.friedeman@gmail.com> - 2011-04-21 13:41 -0700

#104 — CodeInvestigator version 1.5.0 was released on April 21.

Fromhans moleman <martien.friedeman@gmail.com>
Date2011-04-21 13:41 -0700
SubjectCodeInvestigator version 1.5.0 was released on April 21.
Message-ID<mailman.757.1303490770.9059.python-announce-list@python.org>
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.

http://sourceforge.net/projects/cde-investigatr/files/

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web