Closed mfussenegger closed 3 years ago
Great, I will merge as is. Thank you for the PR.
The sources are generated using my plugin. There is some doc explaining what it is.
There is no real testing for now. You can find something here.
It might be too much to ask but can I somehow use your name nvim-lua-debugger
? lua-debug.nvim
is not really good sounding and I couldn't come up with something which describe what it is and is neutral.
It might be too much to ask but can I somehow use your name nvim-lua-debugger?
Sure. I don't plan on continuing with nvim-lua-debugger given that your adapter is already much further. I've already archived it and updated the readme to point to this repo. So feel free to use the name. Or maybe poke TJ, he's good with names :)
One-small-step-for-vimkind
Cause it's a debugger for the moon language.
This makes it possible to use the debug adapter with a build from source where the
build/bin/nvim
binary is directly invoked and the globalnvim
within$PATH
still points to a < 0.5 version.(Btw, how are you running the tests and generating the sources from teal?)