dap-buddy

所属分类:调试/Bug
开发工具:Lua
文件大小:0KB
下载次数:0
上传日期:2022-09-26 23:58:25
上 传 者sh-1993
说明:  Neovim的调试适配器协议管理器,
(Debug Adapter Protocol manager for Neovim,)

文件列表:
.editorconfig (406, 2022-04-19)
LICENSE.md (35149, 2022-04-19)
Makefile (456, 2022-04-19)
doc/ (0, 2022-04-19)
doc/dap-buddy.txt (71, 2022-04-19)
lua/ (0, 2022-04-19)
lua/dap-buddy/ (0, 2022-04-19)
lua/dap-buddy/debuggers/ (0, 2022-04-19)
lua/dap-buddy/debuggers/metadata.lua (578, 2022-04-19)
lua/dap-buddy/init.lua (1103, 2022-04-19)
lua/dap-buddy/notify.lua (769, 2022-04-19)
lua/dap-buddy/platform.lua (1076, 2022-04-19)
plugin/ (0, 2022-04-19)
plugin/dap-buddy.vim (2726, 2022-04-19)
stylua.toml (112, 2022-04-19)

dap-budy

Debug Adapter Protocol manager for Neovim

Stars Issues Repo Size

 

Dap Buddy allows you to manage debuggers provided by nvim-dap. It should ease out the process of installing, configuring and interacting with said debuggers. No troubleshooting needed. Just plug and play. At the moment the plugin has gone through some problems that could be traced back to the codebase itself; that's why I'm going to be doing a rewrite: faster, better, and without all the bugs it originally had. Stay tuned!

  ### Index + [Development](https://github.com/Pocco81/dap-buddy.nvim/blob/master/#-development) + [License](https://github.com/Pocco81/dap-buddy.nvim/blob/master/#-license)   ### Development 1. Clone the repo 2. Run this command: ```bash make ``` > This will load nvim and append your local clone's git root path to a new sessions' runtime path 3. After changing anything run (within nvim): ```vimscript :luafile % ``` > Where `%` is the current file. It may be any other file's path.   ### License **dap-buddy.nvim** is released under the GPL v3.0 license. It grants open-source permissions for users including: - The right to download and run the software freely - The right to make changes to the software as desired - The right to redistribute copies of the software - The right to modify and distribute copies of new versions of the software For more convoluted language, see the [LICENSE file](https://github.com/Pocco81/dap-buddy.nvim/blob/master/https://github.com/Pocco81/dap-buddy.nvim/blob/main/LICENSE.md).   ---

近期下载者

相关文件


收藏者