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

Function dbgCtxDetach

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

Source from the content-addressed store, hash-verified

355void dbgCtxDestroy(DebuggerContext *ctx) { delete ctx; }
356void dbgCtxAttach(DebuggerContext *ctx, StackContext *inStack) { ctx->attach(inStack); }
357void dbgCtxDetach(DebuggerContext *ctx) { ctx->detach(); }
358void dbgCtxEnable(DebuggerContext *ctx, bool inEnable) { ctx->enable(inEnable); }
359
360

Callers 1

onThreadDetachMethod · 0.85

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected