discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exception handler


From: Adam Fedor
Subject: Re: exception handler
Date: Thu, 09 Mar 2006 22:33:35 -0700

On 2006-03-09 17:03:45 -0700 Andrew Sveikauskas <asveikau@mail.rochester.edu> 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}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]