W
Woody Splawn
When debugging and I click the step-over icon the line that I am on does not
get stepped over. Am I missing something? That is, lets say I have code
like this:
MsgBox("Hello 1")
MsgBox("Hello 2")
MsgBox("Hello 3")
Lets say the yellow arrow on the left of the screen points to the first
line. I suppose if at this point I click the step-over icon that Hello 1
will not get displayed, but it does.
Could someone explain?
get stepped over. Am I missing something? That is, lets say I have code
like this:
MsgBox("Hello 1")
MsgBox("Hello 2")
MsgBox("Hello 3")
Lets say the yellow arrow on the left of the screen points to the first
line. I suppose if at this point I click the step-over icon that Hello 1
will not get displayed, but it does.
Could someone explain?