Software Emulator
5-23
Code Development Tools
Step Over : This menu option, (key equivalent: F8), allows the user to
step
over
a call instruction in the program window. Note that the program window
does not need to have the focus to execute a Step instruction. If the Step Over
instruction leads into a
gray area
, i.e., a program line, or group of program lines
that cannot be stepped into, the system automatically execute the instructions
until it gets out of the gray area. Stepping over a line that does not contain a
call (or macro call) is equivalent to a single step instruction.
Figure 5–24. Debug Menu