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

Function debug_continueLogic

src/mcp/tools/debugging/debug_continue.ts:84–93  ·  view source on GitHub ↗
(
  params: DebugContinueParams,
  ctx: DebuggerToolContext,
)

Source from the content-addressed store, hash-verified

82}
83
84export async function debug_continueLogic(
85 params: DebugContinueParams,
86 ctx: DebuggerToolContext,
87): Promise<void> {
88 const handlerCtx = getHandlerContext();
89 const executeDebugContinue = createDebugContinueExecutor(ctx.debugger);
90 const result = await executeDebugContinue(params);
91
92 setStructuredOutput(handlerCtx, result);
93}
94
95export const schema = debugContinueSchema.shape;
96

Callers 1

Calls 3

getHandlerContextFunction · 0.90
setStructuredOutputFunction · 0.70

Tested by

no test coverage detected