XPAC Reference Guide

Debug toolbar

Debug toolbar

Previous topic Next topic  

Debug toolbar

Previous topic Next topic  

The Debug toolbar lets you compile a file, run, break and stop a script, and so on:

Debug Toolbar

Note

You must be running a script for this toolbar to be available.

The table below describes the buttons available from the Debug toolbar:

Button

Button name

Description

Programming Toolbar - Compile

Compile

Compiles the file.

Programming Toolbar - Go Run

Run

Starts or continues the script.

Programming Toolbar - Break Execution

Break

Pauses the script; breaks into the debugger.

Programming Toolbar - Stop Debugging

Stop

Stops debugging the script.

Programming Toolbar - Restart

Restart

Restarts the debugger.

Programming Toolbar - Step Into

Step Into

Steps into the next statement.

Programming Toolbar - Step Over

Step Over

Steps over the next statement.

Programming Toolbar - Run to Cursor

Run to Cursor

Runs the script to the cursor position.

Programming Toolbar - Next Statement

Show Next Statement

Displays the next statement.

Programming Toolbar - Quick Watch

Quick Watch

Lets you inspect the variable at the cursor.

Programming Toolbar - Insert Remove Breakpoint

Insert/Remove Breakpoint

Inserts or removes a breakpoint.

Programming Toolbar - Enable Disable Breakpoint

Enable/Disable Breakpoint

Enables or disables a breakpoint.

Programming Toolbar - Remove All Breakpoints

Remove All Breakpoints

Removes all breakpoints from the script.

Programming Toolbar - Disable All Breakpoints

Disable All Breakpoints

Disables all breakpoints in the script.