• 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
debugging C++ in Cocoa objective-C++ project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

debugging C++ in Cocoa objective-C++ project


  • Subject: debugging C++ in Cocoa objective-C++ project
  • From: Keith Ray <email@hidden>
  • Date: Sun, 20 Feb 2005 10:12:50 -0800

I've got an xcode 1.5 project that mixes c++, objective-c, cocoa, carbon, etc.

All files are compiled as objective-c, even though some have the .mm
or .m suffixes, others have .c or .cp suffixes.

When I trace from objective-C into one of my C++ class (constructor,
methods, etc.), the debugger displays iostream.h line 76 instead of
the actual code I'm trying to trace into. [And I'm not even using
iostream in my classes.]

Any idea why this is happening?  How can I make it do what I want?
 _______________________________________________
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: 
 >Re: Differences between Cocoa and Cocoa-Java Projects/Targets (From: Phil <email@hidden>)
 >Re: Differences between Cocoa and Cocoa-Java Projects/Targets (From: Dmitry Markman <email@hidden>)
 >Re: Differences between Cocoa and Cocoa-Java Projects/Targets (From: Finlay Dobbie <email@hidden>)
 >Re: Differences between Cocoa and Cocoa-Java Projects/Targets (From: Dmitry Markman <email@hidden>)

  • Prev by Date: Re: Differences between Cocoa and Cocoa-Java Projects/Targets
  • Next by Date: PackageMaker: how to skip files
  • Previous by thread: Re: Differences between Cocoa and Cocoa-Java Projects/Targets
  • Next by thread: Re: Differences between Cocoa and Cocoa-Java Projects/Targets
  • Index(es):
    • Date
    • Thread