Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see Visual C++ Editions.
The Breakpoints dialog box lists all breakpoints currently set in your SQL code. You can use this list to examine all breakpoints, to disable breakpoints, or to enable breakpoints that you previously disabled. You can also use the list to remove (delete) a breakpoint.
To view the list of current breakpoints
The Breakpoints dialog box appears.
To disable a breakpoint
The red dot in the left margin changes to a hollow circle.
To enable a breakpoint
The red dot in the left margin changes to a hollow circle.
Tip You can also use the SPACEBAR to toggle the state of a breakpoint in the Breakpoints list.
Note An asterisk (*) in the breakpoint check box indicates that the breakpoint is not supported on the current platform.
To remove a breakpoint
– or –
Press the DELETE key.
When you select a breakpoint in the Breakpoints list, the breakpoint information automatically appears in the text box of the Location tab. You can edit the breakpoint using the procedures described for that tab.
For a location breakpoint, you can click Edit Code to navigate to the SQL code where the breakpoint is set.
To view the SQL code where a breakpoint is set
This action takes you to the SQL source code with the breakpoint.