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

Function fxSetBreakpointTrace

xs/sources/xsDebug.c:2680–2685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2678}
2679
2680void fxSetBreakpointTrace(txMachine* the, txSlot* reference, txString it)
2681{
2682 txSlot* instance = fxToInstance(the, reference);
2683 txSlot* property = instance->next->next->next;
2684 fxDebugEvalBuffer(the, it, property);
2685}
2686
2687void fxStep(txMachine* the)
2688{

Callers 1

fxDebugPushTagFunction · 0.85

Calls 2

fxToInstanceFunction · 0.85
fxDebugEvalBufferFunction · 0.85

Tested by

no test coverage detected