Skip to main content
Skip table of contents

Debug Player

1. Run All Mode

image-20250701-005821.png

Function Description

This mode executes all commands sequentially to review the program flow.

How to Use

  1. When you click the Play button, all commands will be executed.

  2. If a Skip Point is set, the program will skip that point during execution.

  3. If a Break Point is set, the program will run up to that point and pause.

2. Run Selected Mode

image-20250701-010307.png
image-20250701-010759.png

Function Description

This mode allows you to execute only the selected commands, and optionally pause after each line if needed.

How to Use

  1. Select the desired lines using the checkboxes.

  2. 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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.