dap-buddy.nvim icon indicating copy to clipboard operation
dap-buddy.nvim copied to clipboard

🐞 Debug Adapter Protocol manager for Neovim

🐞 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
  • License

 

🛠ïļ 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:

  • 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.

Â