MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_on_line_changed

Function __hxcpp_on_line_changed

src/hx/Debugger.cpp:1489–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487
1488
1489void __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
1497bool __hxcpp_dbg_fix_critical_error(String inErr)

Callers 1

StackContext.hFile · 0.85

Calls 1

tracePositionMethod · 0.80

Tested by

no test coverage detected