Re: [Pyobjc-dev] Debugging PyObjc Apps
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-01 20:24:02
|
bb...@ma... wrote: > I did confirm that the Wing IDE works with PyObjC correctly, > including the debugger. Ah, that's cool. I've never tried it, even though I got a CD at the EuroPython conference... [OT: Speaking of conferences: is anyone going to PyCon? I'm not, but it would be great if someone could do a PyObjC talk there. It's in DC, so Bill is pretty closeby (compared to me, Ronald and Jack at least ;-) so I think we should elect him as the official representative ;-] > Obviously, there is a big issue with the way app startup happens. > The situation may improve with an embedded interpreter-- certainly > makes it possible to use gdb directly-- but I'm not 100% sure. I don't think gdb helps all that much when debugging Python. The Python debugger (bdb.py/pdb.py) is pure Python, so the startup funkiness shouldn't get in the way there. Just |