| 1487 | |
| 1488 | |
| 1489 | void __hxcpp_on_line_changed(hx::StackContext *stack) |
| 1490 | { |
| 1491 | hx::Breakpoints::HandleBreakpoints(stack); |
| 1492 | if (hx::sExecutionTrace==hx::exeTraceLines) |
| 1493 | stack->tracePosition(); |
| 1494 | } |
| 1495 | |
| 1496 | |
| 1497 | bool __hxcpp_dbg_fix_critical_error(String inErr) |
no test coverage detected