Re: set a breakpoint in szone_error to debug
Re: set a breakpoint in szone_error to debug
- Subject: Re: set a breakpoint in szone_error to debug
- From: Chris Espinosa <email@hidden>
- Date: Mon, 26 Sep 2005 21:51:48 -0700
On Sep 26, 2005, at 9:35 PM, Tor Langballe wrote:
I can't for the life on me find any information on where/how to find
"szone_error" to put a breakpoint there.
In the Xcode user interface (2.1 or later):
- open the Breakpoints window
- look for the blue cube labeled "Double-click to enter a symbolic
breakpoint"
- double-click it
- enter 'szone_error'
Or from the gdb console:
- b szone_error
- c
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden