MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxDebugger

Function fxDebugger

xs/sources/xsAPI.c:1386–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384/* Debugger */
1385
1386void fxDebugger(txMachine* the, txString thePath, txInteger theLine)
1387{
1388#ifdef mxDebug
1389 fxDebugLoop(the, thePath, theLine, "C: xsDebugger");
1390#endif
1391}
1392
1393/* Machine */
1394

Callers 10

doDebugCommandFunction · 0.85
fxAbortFunction · 0.85
doDebugCommandFunction · 0.85
fxAbortFunction · 0.85
doDebugCommandFunction · 0.85
doDebugCommandFunction · 0.85
doDebugCommandFunction · 0.85
fxAbortFunction · 0.85
doDebugCommandFunction · 0.85
doDebugCommandFunction · 0.85

Calls 1

fxDebugLoopFunction · 0.85

Tested by

no test coverage detected