On 14 Jun 2011, at 09:35, Nat! wrote:

> Yes, sure works better this way. This leads to the next question, how do I 
> set a breakpoint on
> raise ?
> 
> gdb /usr/bin/Gorm
> break -[NSException raise]    
> ... future...  y
> run


I think break [NSException raise] (no -) should work.  Alternatively, putting a 
breakpoint on objc_exception_throw will work.

David

-- Sent from my Difference Engine




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to