Re: Exceptions
Re: Exceptions
- Subject: Re: Exceptions
- From: Steve Gehrman <email@hidden>
- Date: Mon, 28 May 2001 19:52:35 -0700
thanks for the info.
steve
On Monday, May 28, 2001, at 07:24 PM, Henri Lamiraux wrote:
Put a break point in your main function. When gdb stopped type the
following
in the gdb console
b -[NSException raise]
Which means break on raise
Henri Lamiraux
Apple Computer, Inc.
--
To get random signatures put text files into a folder called Random
Signatures into your Preferences folder.
From: Steve Gehrman <email@hidden>
Date: Mon, 28 May 2001 14:38:57 -0700
To: email@hidden
Subject: Exceptions
Is there a way to get gdb to stop when it hits an exception like this?