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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to