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

Function fxSetBreakpointCondition

xs/sources/xsDebug.c:2627–2632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2625}
2626
2627void fxSetBreakpointCondition(txMachine* the, txSlot* reference, txString it)
2628{
2629 txSlot* instance = fxToInstance(the, reference);
2630 txSlot* property = instance->next;
2631 fxDebugEvalBuffer(the, it, property);
2632}
2633
2634void fxSetBreakpointHitCount(txMachine* the, txSlot* reference, txString it)
2635{

Callers 1

fxDebugPushTagFunction · 0.85

Calls 2

fxToInstanceFunction · 0.85
fxDebugEvalBufferFunction · 0.85

Tested by

no test coverage detected