Preventing DebugStr() Breaks
Preventing DebugStr() Breaks
- Subject: Preventing DebugStr() Breaks
- From: Kevin Grant <email@hidden>
- Date: Sat, 6 Dec 2003 21:29:13 -0600
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.