The BreakPoints Window

PyScripter

The Breakpoints Window
Previous Top Next

This window shows the breakpoints in all open Python scripts and modules.  Double-clicking on a specific breakpoint takes you to the given code position.
graphic

You can enable/disable a breakpoint by checking/unchecking the check-box at that start of the corresponding row.  You can also apply a condition by specifying a Python expression using the context menu.


The Context Menu

graphic

Commands:

Set Condition
Specify a python expression to serve as a condition for the breakpoint.  The execution will stop at this breakpoint only if the evaluated expression returns True.

Clear
Clear the currently selected breakpoint

Clear All Breakpoints
Clear all breakpoints