Re: Debugging PlugIn
Re: Debugging PlugIn
- Subject: Re: Debugging PlugIn
- From: Olivier Tristan <email@hidden>
- Date: Mon, 12 Feb 2007 18:52:44 +0100
Dave wrote:
Hi All,
I am trying to debug an external. This mechanism basically works in
that a couple of the simple API calls are working, so I know the
PlugIn is being loaded and my functions are getting called.
I now want to set a breakpoint in one of the API functions, so I set
the Breakpoint in the source window and then do a "Build and Debug".
The Host Application opens ok, the debugging runs ok and the API call
in question gets called but it doesn't stop on the breakpoint.
What do I have to do to make it stop on the breakpoint correctly??
When the debugger really don't want to stop, I call in my code
Debugger() and check Break on Debugger()/DebugStr() in the Debug menu of
xcode.
A nice __asm { int 3 } work fine on macIntel too.
HTH
--
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