Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/puremourning/vim-debug-adapter

A debug adapter for VimScript debugging
https://github.com/puremourning/vim-debug-adapter

Last synced: about 1 month ago
JSON representation

A debug adapter for VimScript debugging

Awesome Lists containing this project

README

        

# Vim debug adapter

This project aims to provide a debug adapter (DAP) for vimscript debugging.

It's primary use-case is to be used with [vimspector](https://puremourning.github.io/vimspector-web).

# Status

It is work in progress, in the "experriment" stage, and requires Vim changes
from my fork.

The proof of concept can:

* Step through, etc.
* Display locals
* Display the call stack in cluding sources files and user functions

There are tons of other things that it doesn't do.

Everything can change. Don't use this for anything.

# Demo

This is the status of the proof of concept:

![POC](https://files.gitter.im/Valloric/ycmd/vhCg/vimspector-vimscript-POC-vars.gif)