[wingide-users] Stepping through the return of a function/method
Tom Stambaugh
tms at zeetix.com
Thu Sep 14 05:04:50 MDT 2006
> Why is is that I have to press F6 twice to execute a return statement?
Whether intentional or not, the effect is to give you a chance to look at
the return value before leaving the stack frame. I think of it as one to
evaluate the expression about to be returned (with a pause so I can see it)
and a second to actually return the value and continue to the next stack
frame.
More information about the wingide-users
mailing list