Home

Awesome

<p align="center"> <h2 align="center">🐞 dap-budy</h2> </p> <p align="center"> Debug Adapter Protocol manager for Neovim </p> <p align="center"> <a href="https://github.com/Pocco81/dap-buddy.nvim/stargazers"> <img alt="Stars" src="https://img.shields.io/github/stars/Pocco81/dap-buddy.nvim?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41"></a> <a href="https://github.com/Pocco81/dap-buddy.nvim/issues"> <img alt="Issues" src="https://img.shields.io/github/issues/Pocco81/dap-buddy.nvim?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41"></a> <a href="https://github.com/Pocco81/dap-buddy.nvim"> <img alt="Repo Size" src="https://img.shields.io/github/repo-size/Pocco81/dap-buddy.nvim?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41"/></a> </p>

 

<p align="center"> Dap Buddy allows you to manage <a href="https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/">debuggers</a> provided by <a href="https://github.com/mfussenegger/nvim-dap">nvim-dap</a>. It should ease out the process of installing, configuring and interacting with said debuggers. No troubleshooting needed. Just <i>plug and play</i>. 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! </p>

 

🪴 Index

 

🛠️ Development

  1. Clone the repo
  2. Run this command:
make

This will load nvim and append your local clone's git root path to a new sessions' runtime path

  1. After changing anything run (within nvim):
: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:

For more convoluted language, see the LICENSE file.