A function call seems to be getting sciped:
Debug Mode F8 doesn't call the function:
I set a break point in a sub.
Run the Program (start debugging)
It breaks at the break point as it should
I press F8
It goes to the next line and highlights it ( which is a call to a function)
I press F8 again
It goes to the next line following the call to the function instead
of going to the first line of the function.
This is my question:
Why, When, Where, Who, What happened to the call to the
function? Why is the execution not going into the function?
HELP PLEASE
Debug Mode F8 doesn't call the function:
I set a break point in a sub.
Run the Program (start debugging)
It breaks at the break point as it should
I press F8
It goes to the next line and highlights it ( which is a call to a function)
I press F8 again
It goes to the next line following the call to the function instead
of going to the first line of the function.
This is my question:
Why, When, Where, Who, What happened to the call to the
function? Why is the execution not going into the function?
HELP PLEASE