cutter/docs/source/user-docs/menus/disassembly-context-menu/manage-breakpoints-context-menu.rst
karliss 58d9e52662
Adjust menu documentation structure. (#2080)
* Adjust menu documentation structure.
2020-03-03 19:03:49 +02:00

18 lines
771 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 an Hardware breakpoint, a conditional breakpoint, and more.
**Steps:** Right click on an instruction and choose ``Breakpoint -> Advanced breakpoint``.
**Shortcut:** :kbd:`Ctrl` + :kbd:`F2`