Testers please for CodeInvestigator

2012-11-18 Thread martien . friedeman
/codeinvestigator.html Version 3.0.0 can be downloaded from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=183942 I would be interested in bugs and things that you think should be included. The 'wouldn't it be nice if ...' features. Thank you! Martien Fri

Re: Testers please

2007-02-14 Thread Martien Friedeman
That's amazing! We had the same idea. -- http://mail.python.org/mailman/listinfo/python-list

Re: Testers please

2007-02-13 Thread Martien Friedeman
Thanks for that for that Scott. Most of hassle is storing the program flow. For example: Iteration 3 of the loop starting on line 12 has itself a loop on line 15 that has 14 iterations. Iteration 4 of the loop starting on line 12 has a completely different set of iterations for the loop on line 1

Re: Testers please

2007-02-13 Thread Martien Friedeman
Thanks Stef! I looked at that area of storing large structures. That would seriously make the whole thing much more complicated. Say you have object 'foo' and it has lots of attributes. If you're only accessing foo.length in the statement 'if foo.length > 12:' why should I store everything ab

Re: Testers please

2007-02-13 Thread Martien Friedeman
Thanks for getting involved. And kind remarks. The labeling of 'false' and 'true' is just for shortness sake. The condition itself could be quite a mess and span several lines. You mentioned that. The only reason I like to display it, is to show whether a block of coding, the colored bit, is perfo

Testers please

2007-02-12 Thread martien friedeman
I have written this tool that allows you to look at runtime data and code at the same time. And now I need people to test it. The easiest way to see what I mean is to look at some videos: http://codeinvestigator.googlepages.com/codeinvestigator_videos It requires Apache and Sqlite. It works fo