Updating built in Io code to use += instead of x = x + y
[io/quag.git] / libs / iovm / source / IoState_debug.h
bloba7100381234c975bb0dd3e9fd3e8e23cc0355376
4 void IoState_show(IoState *self);
6 IoObject *IoState_replacePerformFunc_with_(IoState *self,
7 IoTagPerformFunc *oldFunc,
8 IoTagPerformFunc *newFunc);
10 void IoState_debuggingOn(IoState *self);
11 void IoState_debuggingOff(IoState *self);
13 int IoState_hasDebuggingCoroutine(IoState *self);
15 void IoState_updateDebuggingMode(IoState *self);