Testers please for CodeInvestigator

2012-11-18 Thread martien . friedeman
I have released version 3 of CodeInvestigator. It is a web-application that allows you to visualize the flow of data through your program. It is intended as a way to easily learn about how your program does its thing. Softoxi has done a review of the previous version:

Re: Testers please

2007-02-14 Thread Don Taylor
martien friedeman wrote: 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

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 stef
martien friedeman wrote: 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

Re: Testers please

2007-02-13 Thread fridrikm
On Feb 13, 1:38 am, martien friedeman [EMAIL PROTECTED] wrote: 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

Re: Testers please

2007-02-13 Thread azrael
it would be nice when someone would paste some instructions or tutorial how to bound it all together. where to paste the file. a dummy tutorial if possible. -- http://mail.python.org/mailman/listinfo/python-list

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

RE: Testers please

2007-02-13 Thread Sells, Fred
elcipse. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of martien friedeman Sent: Monday, February 12, 2007 8:38 PM To: python-list@python.org Subject: Testers please I have written this tool that allows you to look at runtime data and code at the same time

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

Re: Testers please

2007-02-13 Thread Scott David Daniels
Martien Friedeman wrote: The size of the 'recording' is a major drawback, it was clearly not meant to record the processing of millions of records. I need to find a way to specify the area in the code that needs recording. Use something like zlib and write a compressed log -- especially with

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

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

Re: Testers please

2007-02-12 Thread azrael
I took a first look on the video. Amazing. I love it. You got a tester good job, man // but one thing, why not zope and postgre? martien friedeman je napisao/la: 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.

Re: Testers please

2007-02-12 Thread James Stroud
martien friedeman wrote: 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