An open API service indexing awesome lists of open source software.

https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter

vscode websocket adapter
https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter

Last synced: 11 months ago
JSON representation

vscode websocket adapter

Awesome Lists containing this project

README

          

# 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:

```bash
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