|
|
Log in / Subscribe / Register

CodeInvestigator 1.5.0

From:  hans moleman <martien.friedeman-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  CodeInvestigator version 1.5.0 was released on April 21.
Date:  Wed, 20 Apr 2011 20:58:00 -0700 (PDT)
Message-ID:  <30311582-d035-4798-a7a6-9ddd3fa6ce3a@e25g2000prf.googlegroups.com>

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://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/




to post comments

CodeInvestigator 1.5.0

Posted Apr 28, 2011 12:18 UTC (Thu) by amk (subscriber, #19) [Link]

Looks like the software's URL is missing from the announcement; I think it's http://sites.google.com/site/codeinvestigator/ .


Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds