[Dev] Eric3 Python IDE
Grant Baillie
grant at osafoundation.org
Fri Sep 2 08:23:20 PDT 2005
On Sep 1, 2005, at 22:52, Heikki Toivonen wrote:
> But probably the thing that interested me the most was it's debugger
> support. It claims to have at least 3 debugger modes, one of which
> is to
> debug multithreaded applications (if you are working with mail or
> sharing code you probably wished there was a debugger that would
> work...)
Well, pdb works ;)
This reminded me to look at multithreaded debugging in Komodo (I'm
running the Mac OS alpha). It turns out that setting breakpoints in
an ordinary python thread works just fine. However, if you use a
PyLucene thread (as Chandler does), breakpoints do not work. Anyone
have an idea as to why?
--Grant
More information about the Dev
mailing list