Re: Debugging a Plugin

2008-12-18 Thread Nick Zitzmann
On Dec 18, 2008, at 3:56 PM, Bridger Maxwell wrote: Is it possible to configure Xcode to launch the application, tell it to use that plugin (some sort of startup parameter?), and then debug the plugin's code even though it is the application running it? It's possible. Perhaps there is an

Debugging a Plugin

2008-12-18 Thread Bridger Maxwell
Hey, I am setting up my application to work with plugins. I can see how I can get a plugin to build, and how to load/use it from the application, but I can't figure out how I would debug the plugin. Is it possible to configure Xcode to launch the application, tell it to use that plugin (some sort o