Re: PlugIn Debugging
Re: PlugIn Debugging
- Subject: Re: PlugIn Debugging
- From: Olivier Tristan <email@hidden>
- Date: Mon, 27 Dec 2004 10:33:44 +0100
Rick Steele wrote:
Hello all,
I am writing a plug-in. This plug-in is being inserted into an
application that I am not the author of. I want to be able to debug
my plug in (IE: step through my code) in XCode. Is there are way to
set up XCode so the when my code is called by the host application, I
can debug it inside of XCode.
Hi Rick,
Use the custom Executable part of xcode, put the host application there.
(Right click on Executable --> Add --> New Custom Executable)
Then select this custom executable to be the default launched (Check the
radio button).
Put some breakpoint into your program.
Run the Debugger
Should be ok then.
Hope this helps.
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden