Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Running `start_debugging` tool in VS Code Insiders does not return and agents keep waiting indefinitely.

Open
#39 3 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp, typescript, vscode

Research direction

Start by reproducing the reported flow in VS Code Insiders with a C# xUnit project: run add_breakpoint, then call start_debugging with the shown fileFullPath, workingDirectory, and testName inputs. Trace the start_debugging entry point and capture where the call stops returning; done means the tool returns a result instead of leaving the agent waiting indefinitely.

Written by the indexing model from the issue text.

Description

This happens specifically when trying to debug a specific C# xUnit test using VS Code Insiders and GitHub Copilot.

How to reproduce:

  1. Ask the GitHub Copilot agent to place a breakpoint and start debugging a specific test in a C# xUnit project using VS Code Insiders.
  2. The agent successfully runs add_breakpoint tool.
  3. The agent makes a tool call to start_debugging using input like that:
{
  "fileFullPath": "/path/to/project/test.cs",
  "workingDirectory": "/path/to/project",
  "testName": "Test_Should_Do_Something"
}
  1. The agent keeps waiting indefinitely for the tool call to return any results.
Dominant language
TypeScript
Stars
511
Forks
60
Avg merge
2d 1h
Merged PRs (30d)
18

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/DebugMCP

All issues in microsoft/DebugMCP

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.