Re: Exceptions
Re: Exceptions
- Subject: Re: Exceptions
- From: Henri Lamiraux <email@hidden>
- Date: Mon, 28 May 2001 19:24:00 -0700
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 3Random
Signatures2 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?
References: | |
| >Exceptions (From: Steve Gehrman <email@hidden>) |