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

Function fxEchoStop

xs/sources/xsDebug.c:2189–2194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2187}
2188
2189void fxEchoStop(txMachine* the)
2190{
2191 fxEcho(the, "</xsbug>\15\12");
2192 fxSend(the, 0);
2193 the->echoOffset = 0;
2194}
2195
2196void fxEchoString(txMachine* the, txString theString)
2197{

Callers 15

fxDebugEvalFunction · 0.85
fxDebugImportFunction · 0.85
fxDebugLineFunction · 0.85
fxDebugLoopFunction · 0.85
fxDebugPushTagFunction · 0.85
fxLoginFunction · 0.85
fxBubbleFunction · 0.85
fxFileEvalStringFunction · 0.85
fxVReportFunction · 0.85
fxVReportExceptionFunction · 0.85
fxVReportErrorFunction · 0.85
fxVReportWarningFunction · 0.85

Calls 2

fxEchoFunction · 0.85
fxSendFunction · 0.70

Tested by

no test coverage detected