vscode-mcp-comprehensive
Version:
Comprehensive MCP server exposing all VSCode features to AI agents with 101 tools including advanced debugging and console access
45 lines • 1.38 kB
TypeScript
import { VSCodeMCPServer } from '../mcpServer.js';
export declare class DebugTools {
private server;
private consoleMessages;
private debugConsoleOutput;
private outputChannels;
constructor(server: VSCodeMCPServer);
private setupConsoleCapture;
private registerTools;
private startDebugSession;
private stopDebugSession;
private getActiveDebugSession;
private addBreakpoint;
private readDebugConsole;
private readOutputPanel;
private readProblemsPanel;
private restartDebugSession;
private getAllDebugSessions;
private pauseDebugSession;
private continueDebugSession;
private stepOver;
private stepInto;
private stepOut;
private addConditionalBreakpoint;
private addLogpoint;
private removeBreakpoint;
private removeAllBreakpoints;
private getBreakpoints;
private toggleBreakpoint;
private getCallStack;
private getVariables;
private evaluateExpression;
private setVariableValue;
private writeDebugConsole;
private clearDebugConsole;
private executeDebugConsoleCommand;
private getOutputChannels;
private clearOutputPanel;
private openDeveloperTools;
private readBrowserConsole;
private executeBrowserConsole;
private setExceptionBreakpoints;
private getExceptionInfo;
}
//# sourceMappingURL=debugTools.d.ts.map