|
|
Log in / Subscribe / Register

CodeInvestigator 0.13.0 released

From:  hans moleman <martien.friedeman-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  CodeInvestigator version 0.13.0 was released on June 24
Date:  Tue, 23 Jun 2009 19:08:44 -0700 (PDT)
Message-ID:  <6d0c06ff-cddf-43db-a0cf-3d2709d00cda@x29g2000prf.googlegroups.com>

CodeInvestigator version 0.13.0 was released on June 24.

Bug fix:
    Changes to imported files were not taken into account.

This version only works with Python 2.6.
    Some modules disappear in Python 3.0 and this version has these
    modules replaced.


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

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




to post comments


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