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

Function fxEchoStart

xs/sources/xsDebug.c:2183–2187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2181}
2182
2183void fxEchoStart(txMachine* the)
2184{
2185 the->echoOffset = 0;
2186 fxEcho(the, "\15\12<xsbug>");
2187}
2188
2189void fxEchoStop(txMachine* the)
2190{

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 1

fxEchoFunction · 0.85

Tested by

no test coverage detected