Skip to content

Conversation

@dkattan
Copy link
Owner

@dkattan dkattan commented Apr 9, 2025

Description

This PR enhances the VS Code MCP Server extension with improved debugging capabilities:

  • Fixed the setBreakpoint implementation to properly verify breakpoint setting
  • Added resumeDebugSession tool to continue execution after a breakpoint hit
  • Added getStackFrameVariables tool to inspect variables at breakpoints
  • Added variable name filtering capability to limit stack frame variable output

These improvements allow the MCP Server to provide rich debugging capabilities to AI assistants through the MCP protocol, enabling them to control VS Code's debugging features for advanced debugging workflows.

Testing

Tested with PowerShell scripts by setting breakpoints, inspecting variables, and resuming execution.

dkattan added 2 commits April 9, 2025 09:13
- Fix setBreakpoint implementation to properly verify breakpoint setting
- Add resumeDebugSession tool to continue execution after breakpoint hit
- Add getStackFrameVariables tool to inspect variables at breakpoints
- Add variable name filtering capability to limit stack frame variable output
@dkattan dkattan merged commit dc84914 into main Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants