Debug Player
1. Run All Mode

Function Description
This mode executes all commands sequentially to review the program flow.
How to Use
When you click the Play button, all commands will be executed.
If a Skip Point is set, the program will skip that point during execution.
If a Break Point is set, the program will run up to that point and pause.
2. Run Selected Mode


Function Description
This mode allows you to execute only the selected commands, and optionally pause after each line if needed.
How to Use
Select the desired lines using the checkboxes.
Set the line-by-line execution mode, then click the Run button.
Off
: Only the selected commands will be executed.On
: The selected commands will be executed one line at a time, and the program will pause after each line.