Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 716 Bytes

WebSocket Debug Adapter

VS Code Debug Adapter for WebSockets

Server

See the example in the server folder for running a remote server to connect to.

Client

Build this extension using yarn.

Run this extension in a desktop extension host (Run And Debug > Desktop Extension).

-or-

Run this extension in https://vscode.dev using:

yarn serve

And then side-load the extension (CTRL+P > Developer: Install Extension from Location...).

Open the test-workspace folder and start the WebSocket or Raw Socket debug session.

Architecture

websocket-adapter