| 2678 | } |
| 2679 | |
| 2680 | void 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 | |
| 2687 | void fxStep(txMachine* the) |
| 2688 | { |
no test coverage detected