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
18 lines
769 B
ReStructuredText
18 lines
769 B
ReStructuredText
Manage Breakpoints Context Menu
|
|
================================
|
|
|
|
Add or Remove a Breakpoint
|
|
----------------------------------------
|
|
**Description:** Add a breakpoint at the current address. If a breakpoint already exists, Cutter will remove it.
|
|
|
|
**Steps:** Right-click on an instruction and choose ``Breakpoint -> Add/remove breakpoint``
|
|
|
|
**Shortcut:** :kbd:`F2`
|
|
|
|
Advanced Breakpoint Dialog
|
|
----------------------------------------
|
|
**Description:** Open the advanced breakpoint dialog. This dialog lets you define not only a regular breakpoint in this address, but also a Hardware breakpoint, a conditional breakpoint, and more.
|
|
|
|
**Steps:** Right-click on an instruction and choose ``Breakpoint -> Advanced breakpoint``.
|
|
|
|
**Shortcut:** :kbd:`Ctrl` + :kbd:`F2` |