vimspector - A multi-language debugging system for Vim http://puremourning.github.io/vimspector-web
Find a file
Ben Jackson cd2ccedcb6 Talk to a job from python
Very very basic inital checkin to show a way to talk to/from a Vim job
using python (mainly), and to parse the sort of messages that LSP and
VSCode debugger protocol speak (i.e. similar to http messages).

Very hacky, sort of holds together for what it is.
2018-05-16 02:31:23 +01:00
autoload Talk to a job from python 2018-05-16 02:31:23 +01:00
plugin Talk to a job from python 2018-05-16 02:31:23 +01:00
python3/vimspector Talk to a job from python 2018-05-16 02:31:23 +01:00
support/bin Talk to a job from python 2018-05-16 02:31:23 +01:00
.gitignore Talk to a job from python 2018-05-16 02:31:23 +01:00
LICENCE Talk to a job from python 2018-05-16 02:31:23 +01:00
README.md Talk to a job from python 2018-05-16 02:31:23 +01:00
tox.ini Talk to a job from python 2018-05-16 02:31:23 +01:00

vimspector - A multi language debugger for Vim