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

Function dbgCtxCreate

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

Source from the content-addressed store, hash-verified

352
353
354DebuggerContext *dbgCtxCreate(StackContext *inStack) { return new DebuggerContext(inStack); }
355void dbgCtxDestroy(DebuggerContext *ctx) { delete ctx; }
356void dbgCtxAttach(DebuggerContext *ctx, StackContext *inStack) { ctx->attach(inStack); }
357void dbgCtxDetach(DebuggerContext *ctx) { ctx->detach(); }

Callers 1

onThreadAttachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected