Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Agent Debug RelayNew to Visual Studio Code? Get it now.
Agent Debug Relay

Agent Debug Relay

bluebearworks

|
1 install
| (0) | Free
Allow local agents to discover running VS Code windows and start workspace debug profiles.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent Debug Relay

Agent Debug Relay lets local agents discover running VS Code windows, list the active workspace's launch profiles, and control debug sessions through VS Code's native debug API.

Install the extension in VS Code, then install the CLI separately:

npm install -g @bluebearworks/agent-debug-relay

Install the agent skill for Codex, Claude Code, or opencode:

npx skills add bluebearworks/agent-debug-relay -g -a codex claude-code opencode -s agent-debug-relay -y --copy --full-depth

The extension publishes an authenticated localhost endpoint for each VS Code window. The CLI reads the local registry, selects the right running window, and sends debug lifecycle requests to that extension instance. Profile discovery includes VS Code launch.json configurations, compounds, and .NET profiles from <project>/Properties/launchSettings.json.

Reload already-open VS Code windows after installing or upgrading the extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft