Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ DebuggerContext
Method
DebuggerContext
src/hx/Debugger.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
DebuggerContext(StackContext *inStack)
118
{
119
mStackContext = inStack;
120
reset();
121
}
122
~DebuggerContext()
123
{
124
if (mAttached)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected