TEMU
4.4
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Support/StringBreakpoint.h>
Data Fields | |
void(* | printBreakpointList )(temu_Object *Obj) |
print all breakpoints with their indexes More... | |
void(* | addBreakpoint )(temu_Object *Obj, const char *regex) |
add log line to use for break More... | |
void(* | deleteBreakpoint )(temu_Object *Obj, int idx) |
delete breakpoint with index = idx, if idx = -1 deleate all More... | |
Simple interface to get recorded line data from e.g. the console model.
void(* temu_StringBreakpointIface::addBreakpoint) (temu_Object *Obj, const char *regex) |
add log line to use for break
void(* temu_StringBreakpointIface::deleteBreakpoint) (temu_Object *Obj, int idx) |
delete breakpoint with index = idx, if idx = -1 deleate all
void(* temu_StringBreakpointIface::printBreakpointList) (temu_Object *Obj) |
print all breakpoints with their indexes