28.2.4 The Debug Toolbar

DebugToolBar.png

The Debug toolbar buttons allow you to perform code edits by locating some logic errors.

Button Toggle Breakpoint.png

Sets a breakpoint.

Button Clear All Breakpoints.png

Clears all breakpoints.

Button Execute Current Section.png

Excutes the current section.

Button Execute Selected Lines.png

Excutes selected lines.

Button Enable Breakpoints.png

Enters debug mode and enable all breakpoints.

Button Go.png

Goes to next breakpoint.

Button Stop Debugging.png

Stops the debugging.

Button Step Into.png

Steps into next section.

Button Step Over.png

Steps over the next statement.

Button Step Out.png

Steps out of the current section.

Button Run to Cursor.png

Run until it reaches the location where the cursor is set.