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

Function fxSelect

xs/sources/xsDebug.c:2564–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2562}
2563
2564void fxSelect(txMachine* the, txSlot* slot)
2565{
2566 txSlot* frame = the->frame;
2567 while (frame) {
2568 if (frame == slot)
2569 frame->flag |= XS_DEBUG_FLAG;
2570 else
2571 frame->flag &= ~XS_DEBUG_FLAG;
2572 frame = frame->next;
2573 }
2574}
2575
2576void fxSetBreakpoint(txMachine* the, txString thePath, txInteger theLine, size_t theID)
2577{

Callers 1

fxDebugPushTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected