• 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
Break on Throw
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Break on Throw


  • Subject: Break on Throw
  • From: Rick Mann <email@hidden>
  • Date: Mon, 10 Jul 2006 11:47:31 -0700

I'm debugging a Carbon C++ app. I've set a breakpoint on all exceptions on throw. Unfortunately, XCode breaks down in throw's glue code, and doesn't just stop on the line in my code that says:

	throw theException;

Instead it's in assembly code. When I click on the parent stack frame, the red arrow is in the right place, but "theException" is out of scope, so I can't view its values. This makes for very inconvenient debugging.

Is this a bug in XCode?

--
Rick


_______________________________________________ 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
  • Prev by Date: Re: Per-Target Copy Files
  • Next by Date: Re: Precompiled headers and universal binaries
  • Previous by thread: Re: bracket-matching
  • Next by thread: Question about MD5
  • Index(es):
    • Date
    • Thread