Re: breakpoints sometimes stop at the beginning of a C++ method
Re: breakpoints sometimes stop at the beginning of a C++ method
- Subject: Re: breakpoints sometimes stop at the beginning of a C++ method
- From: email@hidden
- Date: Fri, 11 Feb 2005 17:51:49 +0000
> Why do breakpoints sometimes stop at the beginning of a C++ method
> instead of the line where the breakpoint is set?
Similarly, while stepping through code, the graphical instruction pointer
(not to be confused with the real IP) is often a line or more behind. I
have to rely on watching variables change to red to tell me what line is
really being executed.
> I'm using a "development" style build with all optimizations turned off.
Yep, me too. All of the build settings are at the factory default.
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