ComSquare
Public Attributes | List of all members
ComSquare::Debugger::CPU::Breakpoint Struct Reference

Struct representing a breakpoint set by the user or by the app. More...

#include <CPUDebug.hpp>

Collaboration diagram for ComSquare::Debugger::CPU::Breakpoint:

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...
 

Detailed Description

Struct representing a breakpoint set by the user or by the app.

Member Data Documentation

◆ address

uint24_t ComSquare::Debugger::CPU::Breakpoint::address

The address of the breakpoint.

◆ oneTime

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.


The documentation for this struct was generated from the following file: