On 2006-03-09 17:03:45 -0700 Andrew Sveikauskas <[EMAIL PROTECTED]> wrote:

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}



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to