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

Function dbgCtxEnable

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

Source from the content-addressed store, hash-verified

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
361

Callers 1

Calls 1

enableMethod · 0.80

Tested by

no test coverage detected