Re: How to debug python code?
- From: Kent Johnson <kent@xxxxxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 05:48:44 -0500
sushant.sirsikar@xxxxxxxxx wrote:
hi,
I am new to Python programming.I am not getting exactly pdb.Can
anyone tell me effective way to debug python code?
I too rely mostly on unit tests and print statements for debugging, but occasionally I use winpdb which is a pretty nice GUI debugger.
http://www.digitalpeers.com/pythondebugger/
Kent
.
- References:
- How to debug python code?
- From: sushant . sirsikar
- How to debug python code?
- Prev by Date: Re: Why are so many built-in types inheritable?
- Next by Date: Re: Why are so many built-in types inheritable?
- Previous by thread: Re: How to debug python code?
- Next by thread: Re: How to debug python code?
- Index(es):
Relevant Pages
|