mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
79b2314e5a
* 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
25 lines
1.0 KiB
ReStructuredText
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` |