Skip to content

eclipse-cdt-cloud/vscode-websocket-adapter

Repository files navigation

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