That's amazing!
We had the same idea.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
w
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
cool product, I'll test depending on schedule at the time.
one (more) suggestion (from those of us who arn't doing the work ;) is to
put this in eclipse, rather than apache, since many developers work with it.
Please no IDE wars, I like emacs too, but when I'm trying to teach to
newbies I use elci
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
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
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
> videos:http://codeinvestigator.googlepa
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
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
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.
>
12 matches
Mail list logo