|
ComSquare
|
Struct representing a breakpoint set by the user or by the app. More...
#include <CPUDebug.hpp>
Public Attributes | |
| uint24_t | address |
| The address of the breakpoint. More... | |
| bool | oneTime |
| If this is true, the breakpoint will be deleted on first hit and won't be shown on the disassembly view. More... | |
Struct representing a breakpoint set by the user or by the app.
| uint24_t ComSquare::Debugger::CPU::Breakpoint::address |
The address of the breakpoint.
| bool ComSquare::Debugger::CPU::Breakpoint::oneTime |
If this is true, the breakpoint will be deleted on first hit and won't be shown on the disassembly view.
1.8.17