Re: Thread ID in debugger window versus console
Re: Thread ID in debugger window versus console
- Subject: Re: Thread ID in debugger window versus console
- From: David Dunham <email@hidden>
- Date: Mon, 02 Feb 2009 21:45:52 -0800
On 2 Feb 2009, at 20:15, Michael Crawford wrote:
On Mon, Feb 2, 2009 at 5:45 PM, Peter Duniho <email@hidden> wrote:
And barring that, is there some way in the debugger, once an
exception has
occurred (exception thrown, fault, etc.), to at least show the
thread where
the exception happened?
Place a breakpoint on the exception's constructor. If you don't know
for sure the extension type, placing a breakpoint on the
std::exception base class constructor might catch it, if you are so
fortunate that your exception is a subclass of it.
I find it easier to set a C++ Exception Breakpoint on throw.
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus
Wirth
_______________________________________________
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