Re: How to debug python code?
- From: "Ravi Teja" <webraviteja@xxxxxxxxx>
- Date: 31 Mar 2006 01:36:03 -0800
1.) Print statements
2.) IDEs
Most Python IDEs provide visual debuggers so that you don't have to use
command line ones such as pdb.
As with all languages that allow to be executated as a script as well,
print statements usually get the job done quite well in most cases.
Please read the Python FAQ (as you should for any new language you
learn) in its entirety.
http://www.python.org/doc/faq/
It answers your IDE question you posted in the other thread as well as
many of your future questions quite well.
.
- 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: any() and all() on empty list?
- Previous by thread: Re: How to debug python code?
- Next by thread: Re: How to debug python code?
- Index(es):