vimspector - A multi-language debugging system for Vim http://puremourning.github.io/vimspector-web
Find a file
Ben Jackson 8437397491 Actually connect to a real debug server and add some basic debugging
UI is totally placeholder
Step over/step in are the only supported commands
Hardcoded launch config using a specific debug adapter that happened to
work
Adds a trivial log file hack and fixes the protocol handler for bytes
2018-05-20 15:11:58 +01:00
autoload Actually connect to a real debug server and add some basic debugging 2018-05-20 15:11:58 +01:00
plugin Talk to a job from python 2018-05-16 02:31:23 +01:00
python3/vimspector Actually connect to a real debug server and add some basic debugging 2018-05-20 15:11:58 +01:00
support Actually connect to a real debug server and add some basic debugging 2018-05-20 15:11:58 +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