Re: Preventing DebugStr() Breaks
Re: Preventing DebugStr() Breaks
- Subject: Re: Preventing DebugStr() Breaks
- From: Jim Ingham <email@hidden>
- Date: Sat, 6 Dec 2003 20:08:44 -0800
Turns out this is a property of the executable, rather than a general
debugger setting. Double-click on the Executable you are running in
the Executables section of the group tree, and scroll down to the
Runtime section near the bottom. Uncheck "Break on calls to
Debugger/DebugStr".
You should also examine why you are hitting this DebugStr call. That
usually indicates some kind of error down in the Toolbox; maybe it is
benign, but it is always a good idea to make sure of this, and if you
can avoid it, do so...
Jim
On Dec 6, 2003, at 7:29 PM, Kevin Grant wrote:
Is there a set of fine-tuned debugger controls I am missing?
I have tried using the Xcode debugger [that uses gdb underneath], and
I am frustrated because it seems to automatically break at several
points inside code I did not write, during my application startup.
Apparently the breaks show up because of DebugStr() or something
similar. These stoppages do not occur if I run "gdb" directly via my
shell.
I cannot find a way to prevent this from happening within Xcode.
Hand-holding Xcode through each of these debug stoppages literally
requires about 100 clicks of the continue button! Therefore, to date
the debugger has been absolutely useless to me. Any help would be
appreciated!
Thanks,
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Jim Ingham
email@hidden
Developer Tools - gdb
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.