
Tip: You can monitor variables using one of the windows dis
-
cussed below, or you can simply position your cursor atop the
variable to display the value via control tip text.
Step Into (F8) This button executes code one line at a time.
Step Over (Shift+F8) This button executes code one proce-
dure or line at a time in the Code window.
Step Out (Ctrl+Shift+F8) This button executes the remain-
ing lines of a procedure in which the cursor lies.
Monitoring Project Values
Oftentimes your program may run without encountering an
error, but the end result will be incorrect in some way. This is
most likely due to a logic flaw in your code. Keeping track of
a variable’s ...