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


Groups > comp.lang.python.announce > #755

New version of CodeInvestigator.

Newsgroups comp.lang.python.announce
Date 2012-11-15 16:42 -0800
Subject New version of CodeInvestigator.
From hans moleman <martien.friedeman@gmail.com>
Message-ID <mailman.3759.1353099996.27098.python-announce-list@python.org> (permalink)

Show all headers | View raw


CodeInvestigator version 3.0.0 was released on November 15.

Functionality changes:
 - Class instances can be inquired on to show all their attributes.
 - Arrays are shown in a more structured way.
 - Variable values field can be resized.
 - Script screen has a clearer directories section.

Bug changes: 
 - Print commands display faster.
 - A small window height caused problems.
 - Searches restarted when a variable was clicked.
 - Preferences' source-dir too short.
 - Python 3.3 changes.
 - Lots more

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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

New version of CodeInvestigator. hans moleman <martien.friedeman@gmail.com> - 2012-11-15 16:42 -0800

csiph-web