Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
- Subject: Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
- From: "Gary L. Wade" <email@hidden>
- Date: Wed, 25 Sep 2013 09:58:02 -0700
- Thread-topic: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
Some C++ developers use exceptions as a means to control the flow of their
code rather than as a means to report and handle true exceptions, and many
libraries that are part of the OS do this. In the case you mentioned, and
many others I've encountered in URL resource loading, it's often best to
not break on C++ exceptions except where you can focus the breakpoints, or
you'll got lots of spurious encounters.
--
Gary L. Wade
http://www.garywade.com/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden