Item Function
Item Function
Debug Allows all debug operations to be executed.
Locked
Prohibits some operations such as adding
new breakpoints or forcing variable values.
Operational
Prohibits any changes other than writing
variables.
Debug
Item Function
Start Starts the application.
Stop Stops the application.
Single Cycle Executes the application in every single cycle.
New Breakpoint Creates a new breakpoint.
Edit Breakpoint Allows the user to edit breakpoints.
Toggle Breakpoint Allows the user to set or delete breakpoints.
Disable Breakpoint Disables invalid breakpoints.
Enable Breakpoint Enables valid breakpoints.
Step Over
Executes the program line by line. When a block (function or
function block) is executed in the block invocation location, the
cursor moves to the next line.
Step Into
Executes the program line by line. When a block (function or
function block) is executed in the block invocation location, the
cursor moves to the first line of the called block.
Step Out
When the program is executed within the called block, the execution
continues until control returns to the calling block. When the
program is executed outside the called block, the execution
continues until control returns to the beginning of the program.
Run to Cursor Executes the program up to the line specified by the cursor.
Set next Statement
Regards the line specified by the cursor as the next statement to be
executed and skips processes over to that line.
Show next Statement
Jumps the cursor to the program line to be executed as the next
step.
Write Values
Sets a value (to be changed later) only once. This value can then be
changed by the program.
Force Values Sets a value to be changed in every cycle and maintains the value.
Unforce Values Cancels forced value change
Toggle Flow Control Mode
Performs monitoring by using different colors in positions where the
program is executed and in positions where the program is not
executed.
Display Mode
Allows the user to select binary, decimal, or hexadecimal as the
display format of the variable value to be displayed.
3.4 Component Names
3-16 WUME-GM1RTXOP-01