Re: Throwing NSException in custom linked framework?

2009-08-19 Thread Robert Mullen
Indeed I did. I had not run outside the Xcode environment but it does work as expected when run as a stand alone app. On Aug 18, 2009, at 9:03 PM, Kyle Sluder wrote: Sounds like you're breaking on objc_exception_throw, which is going to happen when the exception is raised—and therefore

Throwing NSException in custom linked framework?

2009-08-18 Thread Robert Mullen
I am building a data access layer in a Cocoa Framework and calling it from a test harness. All is working well until I get to my error trapping. I throw an NSException from a called method in the Framework and the caller has a @t...@catch=@finally block but it is not getting triggered. I

Re: Throwing NSException in custom linked framework?

2009-08-18 Thread Kyle Sluder
Sounds like you're breaking on objc_exception_throw, which is going to happen when the exception is raised—and therefore before it's caught. --Kyle Sluder___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or