https://github.com/puremourning/vim-debug-adapter
A debug adapter for VimScript debugging
https://github.com/puremourning/vim-debug-adapter
Last synced: 2 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:37:18.000Z (about 3 years ago)
- Last Synced: 2025-04-08T10:52:39.509Z (7 days ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 22
- Watchers: 5
- 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:
