Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Remote Debug ServerNew to Visual Studio Code? Get it now.
Remote Debug Server

Remote Debug Server

Bandhav Veluri

|
4 installs
| (0) | Free
Start VS Code debugging via TCP socket on port 9999
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remote Debug Server

Start VS Code/Cursor debugging via TCP socket.

Usage

The extension listens on port 9999 (configurable). Send any data to trigger debugging:

echo "start" | nc localhost 9999

Configuration

  • remoteDebugServer.port: Port to listen on (default: 9999)

Install from VSIX

code --install-extension remote-debug-server-1.0.0.vsix
# or for Cursor
cursor --install-extension remote-debug-server-1.0.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft