CodeInvestigator version 0.11.1

2009-04-28 Thread hans moleman
CodeInvestigator version 0.11.1 was released on April 28. Bug fix: - A windows installation issue was resolved. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values and

Version 0.12.0 of CodeInvestigator was released on May 26.

2009-05-25 Thread hans moleman
CodeInvestigator version 0.12.0 was released on May 26. Bug fixes: - A garbage collect issue with GTK - Aborting a run tries to retain as much debug information as possible New features: - A clock in the status window helps with locating the event handler in the list

CodeInvestigator version 0.14.0

2009-08-05 Thread hans moleman
CodeInvestigator version 0.14.0 was released on August 6. Required Python version: = 2.6 and 3.0 Changes: Unicode characters. They are handled better. Performance changes: The database is written more efficiently, so that recording takes less time. Performance

Try CodeInvestigator version 0.16.0

2009-09-24 Thread hans moleman
CodeInvestigator version 0.16.0 was released on Sept 23. It requires Python version 2.6 and a Firefox browser. Bug fixes: Indentation of comments and triple quoted strings. Triple quoted strings could embed additional spaces. Additional __str__ calls were made for an

CodeInvestigator 0.18.0

2009-10-29 Thread hans moleman
CodeInvestigator 0.18.0 was released on October 29. It mainly deals with bug fixes: - Simple statements all on the one line separated by a semicolon. - Generators and yield. It has one enhancement: - An Entry Point filter was added. It allows you the leave out the entry points you're not

Release 0.19.0 of CodeInvestigator.

2009-11-20 Thread hans moleman
CodeInvestigator 0.19.0 was released on November 20. Bug fixes: An issue with 'from module import *'. Functionality change: Removal of most of the items on the Entry Points screen: Indirect calls are now logged against the originating line. These calls were clogging up the

CodeInvestigator 0.20.0

2009-12-16 Thread hans moleman
CodeInvestigator 0.20.0 was released on December 16. Changes: UI changes. You need Python 2.6 and Firefox for CodeInvestigator. CodeInvestigator is a tracing tool for Python programs. Running a program through CodeInvestigator creates a recording. Program flow, function calls, variable values

Release of version 0.21.0 of CodeInvestigator

2010-01-10 Thread hans moleman
CodeInvestigator 0.21.0 was released on January 11. Bug changes: - In Windows, a shortcut was only created when an Administrator did the install: Administrator privileges are no longer required. Functionality changes: - Tabs styling. - Drive letters show in the sub-menu under Windows. -

Release of CodeInvestigator 0.22.0

2010-02-13 Thread hans moleman
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

New version of CodeInvestigator

2010-07-15 Thread hans moleman
CodeInvestigator version 1.2.0 was released on July 15. Changes: Added a search by line function: Specify a line number in a program and you are shown where and when it is executed. Changes to how debug information is displayed and removed: You don't need to click the identifier

CodeInvestigator version 1.5.0 was released on April 21.

2011-04-21 Thread hans moleman
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:

CodeInvestigator version 1.5.0 was released on April 21.

2011-04-22 Thread hans moleman
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:

CodeInvestigator version 1.6.0 was released on June 1.

2011-06-01 Thread hans moleman
CodeInvestigator version 1.6.0 was released on June 1. Changes: - Python 3: Windows: Two seperate installers for Python2 and Python3. Mac: One installer for both. Linux : No more RPM and DEB installers. Run 'python setup.py install'. Required Python 2.7 or higher. Bugs:

New version of CodeInvestigator.

2012-11-16 Thread hans moleman
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

Release 3.2.0 of CodeInvestigator.

2013-08-26 Thread hans moleman
CodeInvestigator 3.2.0 was released on August 21. Bug fixes: - Chrome browser: search by value - less memory usage Changes: - nested iterations remain at selected iteration as much as possible - block colors now follow a set pattern - searches are now grouped in subgroups - user