Re: [Pyobjc-dev] Debugging PyObjC app
Brought to you by:
ronaldoussoren
From: James M. <jm...@ro...> - 2004-03-31 09:54:45
|
On Mar 30, 2004, at 11:18 PM, Donovan Preston wrote: > You can use pdb to debug your application if you use Bob's new main.m > from PyMacApp, which embeds python instead of using execve to launch a > python process. I have checked in this new main.m to the PyObjC cvs > head, so you can use the template in the 'Xcode' directory to get > started. OK. I grabbed the latest PyObjC and was debugging in no time, even at 4 AM. :) > I am also working on a remote debugger for PyObjC which uses DO to > communicate with the child process, and will provide more capable > graphical debugging abilities. It is already working and all that > remains is to finish off the ui. I will make an announcement when I > have something slightly more featureful ready. Great! Thanks for all the replies everyone. So debugging is going to be possible...excellent. And thanks to everyone putting in work on PyObjC and tools so that I even have this option to go to. -jim |