Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2189
void fxEchoStop(txMachine* the)
2190
{
2191
fxEcho(the,
"</xsbug>\15\12"
);
2192
fxSend(the, 0);
2193
the->echoOffset = 0;
2194
}
2195
2196
void fxEchoString(txMachine* the, txString theString)
2197
{
Callers
15
fxDebugEval
Function · 0.85
fxDebugImport
Function · 0.85
fxDebugLine
Function · 0.85
fxDebugLoop
Function · 0.85
fxDebugPushTag
Function · 0.85
fxLogin
Function · 0.85
fxBubble
Function · 0.85
fxFileEvalString
Function · 0.85
fxVReport
Function · 0.85
fxVReportException
Function · 0.85
fxVReportError
Function · 0.85
fxVReportWarning
Function · 0.85
Calls
2
fxEcho
Function · 0.85
fxSend
Function · 0.70
Tested by
no test coverage detected