MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ~DebuggerContext

Method ~DebuggerContext

src/hx/Debugger.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 reset();
121 }
122 ~DebuggerContext()
123 {
124 if (mAttached)
125 detach();
126 }
127
128 void attach(StackContext *inStack)
129 {

Callers

nothing calls this directly

Calls 1

detachFunction · 0.85

Tested by

no test coverage detected