cutter/docs/source/user-docs/menus/breakpoints-widget-context-menu.rst
Surendrajat 79b2314e5a
misc. documentation updates (#2259)
* move building errors to the troubleshooting section

* add submodule out of sync issue to troubleshooting

* changes to get cutter section

* move common issues to user docs

* add error related to submodule not in sync

* Grammarly scan on all the docs

* update contribution guide now that common-errors is split
2020-07-26 10:26:46 +05:30

25 lines
1.0 KiB
ReStructuredText

Breakpoints Widget Context Menu
================================
Edit a Breakpoint
----------------------------------------
**Description:** Open the Advanced Breakpoint Edit dialog to edit the selected breakpoint. In this dialog, you can define a software or hardware breakpoint, use conditionals, and more.
**Steps:** Right-click on an item in the Breakpoints widget and choose ``Edit``.
Toggle Breakpoint State
----------------------------------------
**Description:** Enable or disable a breakpoint, depending on its current state. An active breakpoint will be disabled, and an inactive breakpoint will be enabled.
**Steps:** Right-click on an item in the Breakpoints widget and choose ``Toggle breakpoint``.
**Shortcut:** :kbd:`Space`
Delete Breakpoint
----------------------------------------
**Description:** These options will disable and remove the selected breakpoint from the program.
**Steps:** Right-click on an item in the Breakpoints widget and choose ``Delete breakpoint``
**Shortcut:** :kbd:`Del`