Breakpoint List

From HTML5 Builder
Jump to: navigation, search

The Breakpoint List allows you to manage the breakpoints you use when debugging you application. It displays either the list of breakpoints in your active project or, if there is no active project, the breakpoints in any open file.

Usage

Add

There are two ways you can add a breakpoint to a script from this widget:

  1. On the Breakpoint List widget, follow any of the methods below:
    • Click on the Add icon: Add Breakpoint Icon.png.
    • Right-click on the list of breakpoints and select Add Breakpoint.
  2. Setup the breakpoint properties and click OK.

Locate

To locate open the file and line of your application where a certain breakpoint on the list is located, follow one of these methods:

  • Double-click the breakpoint on the list.
  • Right-click the breakpoint on the list, and select Edit Source.