mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
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:** This 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`
|