Breakpoints
This view is not shown in any perspective by default. To open it, select select Window > Show View or press Shift+Alt+Q, B.
The Breakpoints view
Select the checkbox next to a breakpoint to enable it. Disabled (deselected) breakpoints are not stopped at. You can enable and disable breakpoints also in the Editor view by using the context menu.
The following table summarizes the actions of the toolbar buttons in the Breakpoints view:
Icon | Toolbar Button Name | Action |
---|---|---|
Remove Selected Breakpoints | Removes the selected breakpoints. | |
Remove All Breakpoints | Removes all breakpoints. You can remove breakpoints also by selecting Run > Remove All Breakpoints. | |
Show Breakpoints Supported by Selected Target | This toolbar button is inherited from Eclipse; it is not functional in the squishide . | |
Go to File for Breakpoint | Opens or activates the Editor view with the file that contains the selected breakpoint and the cursor on the line that contains the breakpoint. | |
Skip All Breakpoints | A toggle button. If down, all breakpoints are skipped. For finer control, disable only the breakpoints you want to skip. Skipping breakpoints is not supported in squishide versions 4.0.0 and 4.0.1. | |
Expand All | Expands all the entries shown in the view if they are being shown as a tree rather than as a list. | |
Collapse All | Collapses all the entries shown in the view if they are being shown as a tree rather than as a list. | |
Link with Debug View | This toolbar button is inherited from Eclipse; it is not functional in the squishide . | |
View Menu | Provides menu options for controlling breakpoint-related aspects. For example, select the Group By option to determine how the breakpoints are grouped in the view. |
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.