Re: Xcode 4.1 GM exception raised in PDFkit
Re: Xcode 4.1 GM exception raised in PDFkit
- Subject: Re: Xcode 4.1 GM exception raised in PDFkit
- From: Dave Keck <email@hidden>
- Date: Mon, 01 Aug 2011 11:34:24 -1000
> Indeed I should clarify. What I mean is, the app is dropped in to the
> debugger (gdb in this case) with debugger stopping in main. The trace is
> below. Surely the fact that an exception is thrown is indicative of a bug
> somewhere. Again, this didn't happen on 10.6 with Xcode 4 but only started
> happening on later versions of Xcode 4 with 10.7 (sorry I can't be more
> precise here; I've tried to ignore this problem for a while). Anyway, what
> it means is, I can't run the app in Xcode with a break point on "all
> exceptions". I would consider that a bug. Right?
This is a C++ exception, which are often used as normal flow control
mechanisms. (In contrast to Objective-C exceptions, which are
conventionally reserved for programmer error.)
Unless you're seeing some console output indicating an error or a
crash, this is likely expected behavior. You can turn off breaking on
C++ exceptions by editing the breakpoint.
_______________________________________________
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