python debugging question

Thomas G. Willis tom.willis at gmail.com
Wed Mar 8 16:44:42 EST 2006


On 8 Mar 2006 13:23:44 -0800, diffuser78 at gmail.com <diffuser78 at gmail.com>
wrote:
>
> I am a python newbie. I have writen some 500 lines of code. There are 4
> classes and in all 5 files.
>
> Now, I am trying to run the program. I am getting wrong values for the
> simulation results.
> Is there any debugging facilities in python which would let me go step
> by step and check the values of the variables at every step. I have
> done something like this in MS Visual Stdio 6.0 sometime back.
>
> For python, I am using SPE.
>
> what is a good way of debugging such large and iterative programs ? Any
> tips.
>
> Every help is appreciated.
>
> Thanks
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


This might help.

http://www.onlamp.com/pub/a/python/2005/09/01/debugger.html

--
Thomas G. Willis
-----------------------------------------------
http://i-see-sound.com
http://tomwillis.sonicdiscord.com
America, still more rights than North Korea
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060308/f7decf84/attachment.html>


More information about the Python-list mailing list