MCPcopy 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
193void fxClearAllBreakpoints(txMachine* the)
194{
195 mxBreakpoints.value.list.first = C_NULL;
196}
197
198void fxClearBreakpoint(txMachine* the, txString thePath, txInteger theLine, size_t theID)
199{

Callers 1

fxDebugPushTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected