Re: XCode Debug Exception problem
Re: XCode Debug Exception problem
- Subject: Re: XCode Debug Exception problem
- From: Sean McBride <email@hidden>
- Date: Wed, 06 Mar 2013 11:10:50 -0500
- Organization: Rogue Research Inc.
On Wed, 6 Mar 2013 13:10:08 +0000, Dave said:
>I wondering if this a bug, a feature or some option I can't find!
>
>When I am stepping through my code and it causes an exception, the
>debugger jumps me off into some assembler code and seems to lose the
>stack trace of where it was called from so I can go back and see what
>caused the problem.
>
>This used to work fine in XCode 3, it doesn't seem to work any more
>in the version of 4.6 of XCode???
>
>Is there something I am missing?
Did you perhaps have a .gdbinit file with future-breaks for objc_exception_throw? If you're using lldb in Xcode 4, it won't read your .gdbinit file, and while .lldbinit is supported, future breaks are not, nor is objc_exception_throw stopped at by default, you must set a breakpoint to it yourself.
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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