|
From: | Adam Fedor |
Subject: | Re: exception handler |
Date: | Thu, 09 Mar 2006 22:33:35 -0700 |
What I do when I get a wild exception and have no idea where it's coming from, I just add a category:@implementation NSException (TemporaryDebugHack) - (void)raise
Or, if you are using gdb, you can just type: break raise http://www.gnustep.org/resources/documentation/Developer/Base/General/Debugging.html{www.gnustep.org->Developers->Manuals and Documentation->Debugging Information}
[Prev in Thread] | Current Thread | [Next in Thread] |