DebuggerCallback

Undocumented in source.

Members

Functions

onDebugContextInfo
void onDebugContextInfo(DebugThreadList info, ulong threadId, int frame)

send debug context (threads, stack frames, local vars...)

onDebugState
void onDebugState(DebuggingState state, StateChangeReason reason, DebugFrame location, Breakpoint bp)

state changed: running / paused / stopped

onDebuggerMessage
void onDebuggerMessage(string msg)

debugger message line

onProgramLoaded
void onProgramLoaded(bool successful, bool debugInfoLoaded)

debugger is started and loaded program, you can set breakpoints at this time

onResponse
void onResponse(ResponseCode code, string msg)
Undocumented in source.

Inherited Members

From ProgramExecutionStatusListener

onProgramExecutionStatus
void onProgramExecutionStatus(ProgramExecution process, ExecutionStatus status, int exitCode)

called when program execution is stopped

Meta