Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxClearAllBreakpoints
Function
fxClearAllBreakpoints
xs/sources/xsDebug.c:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
void fxClearAllBreakpoints(txMachine* the)
194
{
195
mxBreakpoints.value.list.first = C_NULL;
196
}
197
198
void fxClearBreakpoint(txMachine* the, txString thePath, txInteger theLine, size_t theID)
199
{
Callers
1
fxDebugPushTag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected