Re: [Pyobjc-dev] Debugging PyObjc Apps
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-01 20:01:39
|
On Saturday, Feb 1, 2003, at 14:16 US/Eastern, Just van Rossum wrote: > I don't think it currently gets much better than using print and > catching exceptions from NSApplicationMain, but one thing I'd like to > try at one point is to use the Python debugger from an PyObjC app. > Perhaps one day we'll have a proper graphical debugger that can debug > an > app from a different process. I did confirm that the Wing IDE works with PyObjC correctly, including the debugger. 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. b.bum |