Fujitsu CM25-00322-1E Saw User Manual


 
228
CHAPTER 4 MENUS
4.6.1 Run
This section explains the debugger program execution function.
Run
"Run" provides the following five functions:
-Go
When [Go] is clicked, the debugger continuously executes the program from the current PC position.
When a breakpoint is reached or when [Abort] is selected from the [Debug] Menu, the debugger stops
program execution.
-Step In
When [Step In] is clicked, the debugger executes the step, moves the PC to the address of the next
instruction, and stops. When a function call instruction is executed, the debugger stops at the beginning
of the function.
-Step Over
When [Step Over] is clicked, the debugger executes the step, moves the PC to the beginning of the next
instruction, and stops. When a function call instruction is executed, the debugger executes all the
functions, moves the PC to the next instruction address of the function call instruction, and stops.
-Step Out
When [Step Out] is clicked, the debugger executes the current function to the end, returns control to the
function caller, moves the PC to the next instruction address of the function call instruction, and stops.
-Run Until Cursor
When [Run Until Cursor] is clicked, the debugger executes the program to the instruction immediately
before the address indicated by the cursor (in the Source or Assembly Window), moves the PC to the
address, and stops.