Re: Debugging Components in CFM Applications
Re: Debugging Components in CFM Applications
- Subject: Re: Debugging Components in CFM Applications
- From: "Mark D. Gerl" <email@hidden>
- Date: Tue, 14 Sep 2004 14:17:43 -0400
On Sep 11, 2004, at 6:36 PM, Ian Keck wrote:
Is it possible to debug the component in the context
of the application built by CodeWarrior? What am I
missing?
YES -- You almost have it... You have to point the custom executable
to LaunchCFMApp, and then have THAT one point to your actual app
(INSIDE the package).
So, in the info dialog/general tab for your custom executable, put:
/System/Library/Frameworks/Carbon.framework/Versions/A/Support/
LaunchCFMApp
Then, in the arguments tab, add the path to your app:
application/Contents/MacOS/<executable>
(making sure to prefix spaces with backslash \)
That's it... build and run.
hth,
Mark
_______________________________________________
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