|
CACAO
|
Go to the source code of this file.
Data Structures | |
| struct | Breakpoint |
| This structure contains information about a breakpoint. More... | |
| class | BreakpointTable |
| This class is used to record breakpoints in the methodinfo structure. More... | |
Typedefs | |
| typedef struct Breakpoint | Breakpoint |
| This structure contains information about a breakpoint. More... | |
| typedef struct Breakpoint Breakpoint |
This structure contains information about a breakpoint.
Feel free to extend it to hold all the information you need. It is the responsibility of the user to set the fields accordingly.
1.8.5