[wxPython-users] good wxpython debugger?
Werner F. Bruhin
werner.bruhin at free.fr
Tue Mar 6 07:41:01 PST 2007
Hi Danny,
Danny Shevitz wrote:
> Howdy,
>
> since people are talking about editors in another thread, I thought
> I'd ask about debuggers. Is there a
> debugger where it is possible to single step through event code? I
> have tried IPython with the -wthread
> option. You can run wxpython code, but because of threading, you can't
> set a breakpoint in the
> actual event code, only examine the namespace after it returns.
>
> Is there debugger out there, preferably a visual debugger, where you
> can set break points in the event
> handlers and step through?
Have you tried Boa, no problems setting breakpoints in an event
handler. It also allows remote debugging if you use Zope (also I never
used this).
>
> BTW, I'm on windows, but may be switching platforms soon.
I use it on Windows, but works on other platforms too.
Werner
More information about the wxpython-users
mailing list