Re: Stopping on Debugger()
Re: Stopping on Debugger()
- Subject: Re: Stopping on Debugger()
- From: Jim Ingham <email@hidden>
- Date: Tue, 27 Nov 2007 11:26:04 -0800
This works on a simple test Carbon project for me.
Make sure you are "Debugging" not "Running" the app. If you are using
the "Go" button it will repeat the last action (either Run or Debug).
If you are Running, then Debugger() won't break in the debugger since
when we run we don't automatically set the "Stop in Debugger()"
environment variable. So try explicitly doing Debug from the Run menu
rather than using the Go button.
If that doesn't help, make sure the "Break on Debugger() and
DebugStr()" setting didn't get unchecked in the Debugging pane of the
Executable editor for the project.
Jim
On Nov 27, 2007, at 10:56 AM, David Dunham wrote:
I've got an assert function that can call Debugger(). In the old
days, this would drop into a debugger. Doesn't seem to any more
(Xcode 3.0).
Is there a way to do so? Or do I just set a breakpoint at Debugger
(which seems oddly ugly).
David Dunham Macintosh Game Developer
GameHouse Studios +1 206 926 5722 www.gamehouse.com
"They said it couldn't be done but sometimes it doesn't
work out that way." -- Casey Stengel
_______________________________________________
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
_______________________________________________
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