CodeInvestigator 0.22.0 released
[Posted February 15, 2010 by cook]
| From: |
| hans moleman <martien.friedeman-AT-gmail.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| Release of CodeInvestigator 0.22.0 |
| Date: |
| Fri, 12 Feb 2010 11:14:31 -0800 (PST) |
| Message-ID: |
| <42e8c723-dbe7-4a20-84a8-0c72a067f85c@a17g2000pre.googlegroups.com> |
| Archive-link: |
| Article, Thread
|
CodeInvestigator 0.22.0 was released on Feb 13.
I have changed the recording process to make it run faster.
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/
(
Log in to post comments)