C
Clive Dixon
In VS2003, you could decorate a method/property accessor with
DebuggerStepThrough, and you could put a breakpoint inside that method and
IIRC subsequently do single step F10 debugging after it had hit the
breakpoint.
In VS2005, I find that F10 acts the same as F5 - in other words, I can no
longer do single step debugging inside a method marked with
DebuggerStepThrough. Does anybody know any way in which I can make it behave
in the VS2003 manner so that I can actually debug my methods without having
to take off all the DebuggerStepThrough attributes and recompile?
DebuggerStepThrough, and you could put a breakpoint inside that method and
IIRC subsequently do single step F10 debugging after it had hit the
breakpoint.
In VS2005, I find that F10 acts the same as F5 - in other words, I can no
longer do single step debugging inside a method marked with
DebuggerStepThrough. Does anybody know any way in which I can make it behave
in the VS2003 manner so that I can actually debug my methods without having
to take off all the DebuggerStepThrough attributes and recompile?