MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getDefaultDebuggerToolContext

Function getDefaultDebuggerToolContext

src/utils/debugger/tool-context.ts:21–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function getDefaultDebuggerToolContext(): DebuggerToolContext {
22 if ((process.env.VITEST === 'true' || process.env.NODE_ENV === 'test') && _testContextOverride) {
23 return _testContextOverride;
24 }
25 return {
26 executor: getDefaultCommandExecutor(),
27 debugger: getDefaultDebuggerManager(),
28 };
29}

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected