Debugger stops at first line in functions, not at actual breakpoints
Debugger stops at first line in functions, not at actual breakpoints
- Subject: Debugger stops at first line in functions, not at actual breakpoints
- From: Dave Camp <email@hidden>
- Date: Tue, 7 Sep 2004 09:54:38 -0700
Here's another problem I've had since upgrading to Xcode 1.5.
I set a breakpoint in the middle of a function. Hit Command-Y to debug.
The debugger always stops at the first line of the function instead of
the place the breakpoint is set. If I hit continue, the app runs and
the breakpoint is not hit. If when stopped at the first line I unset
and re-set the breakpoint and hit continue it then stops at the correct
line.
Typing 'info b' in the console shows that breakpoints are actually set
where they should be. I've also verified I'm running with the
development style and all optimizations are turned off.
Any thoughts?
Dave
---
Among the chief weapons of UNIX: Fear, surprise and ruthless
efficiency.
_______________________________________________
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.