Enable, Disable, & Delete Breakpoints
09/09/2025 To view and manage all the open breakpoints, you can use the window. Use the window to view breakpoint information and to take actions such as deleting, disablin
To view and manage all the open breakpoints, you can use the
window. Use the
window to view breakpoint information and to take actions such as deleting, disabling, or
enabling breakpoints.
The
window lists information such as which line of code the breakpoint is located
on. In the
window, you can also delete, disable, and enable breakpoints.
Disabling a breakpoint prevents it from pausing execution, but leaves the definition in place in
case you want to enable the breakpoint later. Deleting a breakpoint removes it permanently.
You must toggle a new breakpoint to pause execution on the statement.
You can open the
window in one of the following ways:
On the
menu, select
, and then select.
On the
toolbar, select the
button.
Press
-.
You can disable a single breakpoint in one of the following ways:
In the Query Editor window, hover over the breakpoint, and then select.
In the
window, clear the check box to the left of the breakpoint.
You can disable all breakpoints in one of the following ways:
On the
menu, select.
On the toolbar of the
window, select the
button.