2020-03-02 19:06:28 +00:00
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.
2020-07-26 04:56:46 +00:00
**Steps:** Right-click on an instruction and choose `` Breakpoint -> Add/remove breakpoint ``
2020-03-02 19:06:28 +00:00
**Shortcut:** :kbd: `F2`
2020-07-26 04:56:46 +00:00
Advanced Breakpoint Dialog
2020-03-02 19:06:28 +00:00
----------------------------------------
2020-07-26 04:56:46 +00:00
**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.
2020-03-02 19:06:28 +00:00
2020-07-26 04:56:46 +00:00
**Steps:** Right-click on an instruction and choose `` Breakpoint -> Advanced breakpoint `` .
2020-03-02 19:06:28 +00:00
**Shortcut:** :kbd: `Ctrl` + :kbd: `F2`