Try a different type of debugger.

Michael Newman michael.b.newman at gmail.com
Thu Jul 12 06:31:21 EDT 2007


Thanks for making this terrific program.
Can you add a setting for screen size? (perhaps desired Width and
Height in pixels)?
I have my screen set at 1024x768 (the web browser window is of course
a little bit smaller) and I can't see all the program's rendering at
the far right.

-Mike

On 7/11/07, mfriedeman at gmail.com <mfriedeman at gmail.com> wrote:
> This one does not need you to set any breakpoints. It records the
> entire run. Handy, if you don't know where to start.
>
> Run the program once and after that all the runtime data is available
> to you. Which means you can jump to any point in the run and verify
> the code against runtime data.
>
> The user interface is the python code itself viewed inside a Firefox
> browser.
> Scroll to a line you're interested in and click the variable.
>
> It requires Firefox and Python 2.5.
>
> http://codeinvestigator.googlepages.com/main
>
> --
> http://mail.python.org/mailman/listinfo/python-announce-list
>
>         Support the Python Software Foundation:
>         http://www.python.org/psf/donations.html
>



More information about the Python-list mailing list