wren.dbg

Undocumented in source.

Members

Functions

wrenDebugPrintStackTrace
void wrenDebugPrintStackTrace(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenDumpCode
void wrenDumpCode(WrenVM* vm, ObjFn* fn)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenDumpInstruction
int wrenDumpInstruction(WrenVM* vm, ObjFn* fn, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenDumpStack
void wrenDumpStack(ObjFiber* fiber)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenDumpValue
void wrenDumpValue(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dumpInstruction
int dumpInstruction(WrenVM* vm, ObjFn* fn, int i, int* lastLine)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpObject
void dumpObject(Obj* obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta