• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugging Components in CFM Applications
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Debugging Components in CFM Applications (From: Ian Keck <email@hidden>)

  • Prev by Date: Re: No more #pragma mark for organizing code!
  • Next by Date: Re: No more #pragma mark for organizing code!
  • Previous by thread: Debugging Components in CFM Applications
  • Next by thread: what happened to Shark
  • Index(es):
    • Date
    • Thread