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

Function __hxcpp_dbg_enableCurrentThreadDebugging

src/hx/Debugger.cpp:1270–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268
1269
1270void __hxcpp_dbg_enableCurrentThreadDebugging(bool enable)
1271{
1272 hx::JustGcStackFrame frame;
1273 frame.ctx->mDebugger->enable(enable);
1274}
1275
1276
1277int __hxcpp_dbg_getCurrentThreadNumber()

Callers

nothing calls this directly

Calls 1

enableMethod · 0.80

Tested by

no test coverage detected