Breakpoint Window
- Last UpdatedJul 18, 2023
- 1 minute read
The Breakpoint Window is used to list all breakpoints that are currently set within the project. Double clicking an item in the list loads the file into the editor and jumps to the breakpoint position. Right-clicking an item allows the enable/disable/removal of the list item.

The Breakpoint Window has the following fields:
-
File: the full name and location of the code file in which the breakpoint exists.
-
Line: the line number (in the code file) where the breakpoint is located.
-
Enabled: indicates if the breakpoint is enabled or not. Yes indicates it is active, No indicates it is not.