Breakpoints Window

The Breakpoints window lists the breakpoints set in spreadsheet format in the current project. You can open the Breakpoints window by choosing Debug>Windows> Breakpoints (Ctrl-Alt-B), or by clicking button from toolbar

Each entry contains a short textual description of the breakpoint and a boolean flag indicating whether the breakpoint is enabled or disabled. The attributes for breakpoint are:

  1. Enable. You can enable or disable a breakpoint directly in the Breakpoints window by clicking the Enabled check box.
  2. Definition. The URL and line number for this breakpoint separated by comma.
  3. Hit Count. The hit count before this breakpoint pause debugger. The default 0 means this breakpoint always pauses debugger.
  4. Condition. A valid JavaScript expression in the context of the breakpoint line. If specified, the debugger stops at this breakpoint only when the value of expression is true.
The breakpoint toolbar also provide following functionality:

Copyright © 2004 Tito Software Corporation. All rights reserved.

Browser Based Help. Published by chm2web software.