Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ enableCurrentThreadDebugging
Method
enableCurrentThreadDebugging
include/hx/StackContext.h:531–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
530
#ifdef HXCPP_DEBUGGER
531
void enableCurrentThreadDebugging(bool inEnable)
532
{
533
dbgCtxEnable(mDebugger,inEnable);
534
}
535
#endif
536
537
static inline StackContext *getCurrent()
Callers
nothing calls this directly
Calls
1
dbgCtxEnable
Function · 0.85
Tested by
no test coverage detected