Debugging?

Darrell darrell at dorb.com
Sun Apr 2 12:27:46 EDT 2000


"chris davis"
> Ok, I just need to know the best way to debug my python scripts?  If this
is
> a stupid question, I apologize, but I currently use IDLE and it's
completely
> useless when it comes to debugging.  It locks up on both my window and
Linux
> machines and doesn't set break points!  Is there another way?  another
IDE?
> anything? If there isn't that's fines, I can wait until IDLE is fully
> developed, but I just don't want to waste my time searching.
>
Take a minute to look at pdb. At first the lack of a GUI seems a killer but
give it a chance, you'll be glad.

--Darrell





More information about the Python-list mailing list