Break on Throw
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