Re: objc_exception_throw breakpoint not working
Re: objc_exception_throw breakpoint not working
- Subject: Re: objc_exception_throw breakpoint not working
- From: Christopher Friesen <email@hidden>
- Date: Wed, 20 Aug 2008 13:52:13 -0700
The half-check, gray out and orange breakpoint marker signify that GDB
has not, yet, found where to set the breakpoint and it is marked as
pending. This can be a perfectly valid state for the breakpoint as it
might be in a shared library or bundle that has not been loaded yet.
In this case the breakpoint should have been located. In the
breakpoints window it should have 'libobjc.A.dylib' in the location
column for objc_exception_throw. You can double click that column to
specify the shared library/bundle/executable the breakpoint is located
in. But before you do that please enable Xcode-GDB logging in the
Xcode->Preferences 'Debugging' and submit a bug report with the file.
-Chris
On Aug 10, 2008, at 5:48 PM, Eyal Redler wrote:
Hi,
When I add a breakpoint for "objc_exception_throw" in the
breakpoints window and then debug my app the checkmark next to the
breakpoint becomes "half checked" (minus sign instead of a
checkmark) and the exception name appers in gray. Of-course, it
doesn't stop when an exception is raised.
Any idea what could be causing that?
TIA
Eyal Redler
_______________________________________________
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