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

https://github.com/sheerun/vim-inspect

Debug Node in Vim with Inspector Protocol
https://github.com/sheerun/vim-inspect

debug node vim

Last synced: 11 months ago
JSON representation

Debug Node in Vim with Inspector Protocol

Awesome Lists containing this project

README

          

# vim-inspect

This is WORK IN PROGRESS, any help is appreciated!

Implements communication of Vim with `node --inspect` debugger through Chrome DevTools debugging protocol:

https://chromedevtools.github.io/devtools-protocol/v8/

Vim communicates with debugging server through websocket protocol:

https://tools.ietf.org/html/rfc6455

## Status

Connects to server but I'm unable to receive any message. After I manage to get response I need to figure out how to unmask response payload and convert it to string... Any help would be appreciated to create working proof of concept.

## Requirements

Only Vim 8, no python is used.

## Testing

```
:Inspect node test.js
```

## License

MIT