Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2183
void fxEchoStart(txMachine* the)
2184
{
2185
the->echoOffset = 0;
2186
fxEcho(the,
"\15\12<xsbug>"
);
2187
}
2188
2189
void fxEchoStop(txMachine* the)
2190
{
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
1
fxEcho
Function · 0.85
Tested by
no test coverage detected