Re: [Pyobjc-dev] Debugging PyObjc Apps
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-01 19:46:31
|
Martina Oefelein wrote: > How can one debug PyObjc Apps effectively? For one, upgrade to the CVS version: it gives much better error messages (ie. prints a traceback when your app dies). > Currently I'm inserting print statements at various points. I'm sure > there must be a better way. 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. Just |