| 1384 | /* Debugger */ |
| 1385 | |
| 1386 | void fxDebugger(txMachine* the, txString thePath, txInteger theLine) |
| 1387 | { |
| 1388 | #ifdef mxDebug |
| 1389 | fxDebugLoop(the, thePath, theLine, "C: xsDebugger"); |
| 1390 | #endif |
| 1391 | } |
| 1392 | |
| 1393 | /* Machine */ |
| 1394 |
no test coverage detected