Simen Haugen wrote: > I really can't get any debuggers to work with dabo. With PyDev, wx > causes crashes. Winpdb doesn't show local variables. Wing IDE causes wx > crashes... > > It's a real pain in the ass to debug without a debugger. What IDE and > debuggers to you use with dabo (and python development in general)?
I use liberal print statements. If something is really bugging me I'll break into pdb (command-line debugger that comes with Python).
-- Paul McNett http://paulmcnett.com http://dabodev.com
©2006 Paul McNett |