Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/puremourning/vim-debug-adapter
- Owner: puremourning
- License: apache-2.0
- Created: 2020-03-10T21:47:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:37:18.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T09:12:58.510Z (4 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 22
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - vim-debug-adapter
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 functionsThere 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)