IDE for debugging

Jimmy Retzlaff jimmy at retzlaff.com
Wed Dec 24 13:16:00 EST 2003


Steve wrote:
> I need the ability to debug, so I think I'm learning toward buying
Komodo,
> however this would only be for straight Python.  When I start building
a
> wxPython interface to my current program, will this work?
> 
> Does anyone currently develop in wxPython and if so, are you using a
> dependable tool for debugging in this?

See questions 3.8 at:

http://wiki.wxpython.org/index.cgi/Frequently_20Asked_20Questions

I've used the HAP debugger with wxPython programs and it works well (and
it's free). The debugger can run on the same machine as the application
or it can debug from across the network.

Jimmy






More information about the Python-list mailing list