On Feb 28, 2009, at 4:48 PM, tim awa wrote:

> I would like to learn how to debug my dabo codes. Is winpdb the  
> recommended
> way? Any gotchas to its installation and use?


        I generally just rely on on the built-in Python debugger, pdb, and  
liberal print statements. To invoke the pdb debugger, you can add  
'dabo.trace()' where you need it in your code, and then step through  
using normal pdb commands.


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to