| 2625 | } |
| 2626 | |
| 2627 | void 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 | |
| 2634 | void fxSetBreakpointHitCount(txMachine* the, txSlot* reference, txString it) |
| 2635 | { |
no test coverage detected