Re: try catch not catching
Re: try catch not catching
- Subject: Re: try catch not catching
- From: j o a r <email@hidden>
- Date: Wed, 1 Nov 2006 22:24:21 +0100
On 1 nov 2006, at 21.14, Jerrod Fowkes wrote:
it crashes my application right inside the try block. What gives?
I have also tried NS DURING. -Jerrod Fowkes
Note that an exception handler only catches exceptions, not a real
"crash" of the program.
What type of crash are you seeing?
I have to agree with Sherm that if your breakpoint doesn't break, it
might be because of optimizations. Make sure that it's disabled - and
check both project and target build settings! Also make sure that the
source code you're looking at is matching your binaries - when in
doubt, make a clean build.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden