telescope-dap.nvim
nvim-dap
telescope-dap.nvim | nvim-dap | |
---|---|---|
4 | 140 | |
340 | 6,072 | |
1.5% | 3.1% | |
2.6 | 8.7 | |
5 months ago | 5 days ago | |
Lua | Lua | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
telescope-dap.nvim
-
My nvim debugger configuration for C++ (nvim-dap)
telescope-dap.nvim
- DAP process picker with fzf?
-
UI for nvim-dap
Thank you! No I don't use nvim-dap-ui, I prefer opening up windows only 'on demand', this reduces visual clutter. I also added `telescope-dap` (https://github.com/nvim-telescope/telescope-dap.nvim) which makes it a bit nicer.
-
Java/Kotlin developers that use NeoVim as their main IDE, recommendations to someone that uses Intellij IDEA for java-dev but nvim for the rest?
- https://github.com/nvim-telescope/telescope.nvim + https://github.com/nvim-telescope/telescope-dap.nvim - debugging support together with dap
nvim-dap
-
Automating the Vim Workplace (2020)
I've been rocking dual Pycharm w/ Vim bindings plus a neovim setup and bounce between. The only thing preventing me from going 100% neovim is Pycharm's python debugger.
I have setup neovim-dap[0] with all the related plugins, it works for simple script but it bugs out and crashes when running our Flask web app. I rely heavily on the Pycharm debugger to step through our app.
Have you had a good experience with setting up a debugger in vim/neovim or is that not part of your workflow?
0: https://github.com/mfussenegger/nvim-dap
- Mastering Ruby Debugging: From Puts to Professional Tools
-
I can't stand using VSCode so I wrote my own (it wasn't easy)
There are DAP extensions for both Vim (e.g. https://github.com/puremourning/vimspector) and NeoVim (https://github.com/mfussenegger/nvim-dap). I can't speak as to the experience in detail (I think I briefly played with nvim-dap a year or two ago), but I suspect that for most it will be good enough.
-
Can you get better dapui varibles?
https://github.com/mfussenegger/nvim-dap/issues/1062 https://github.com/mfussenegger/nvim-dap/issues/737
-
How to start using Neovim for c++ development and debugging
Also, you can set up debugger integration with https://github.com/mfussenegger/nvim-dap .
- Build and run in one task using asynctasks.vim
-
How can I debug Python code in neovim!
You could use nvim-dap with nvim-dap-python.
-
How to debug python code in neovim
I'd suggest starting with a Neovim distro that makes things work for you and as you get familiar you can transition to a more custom configuration as you see fit. If you want to do it by yourself then the most popular plugin for debugging in Neovim is nvim-dap and there is also an extension for Python to give you a more ready to go config instead of doing it yourself. You should read the docs of those 2 to see how you should customize accordingly your configuration.
-
How to configure vim like an IDE
(neovim only) nvim-dap
-
How to display variable values inline?
https://github.com/mfussenegger/nvim-dap + https://github.com/theHamsta/nvim-dap-virtual-text should be able to do it, I think?
What are some alternatives?
nvim-dap-ui - A UI for nvim-dap
vimspector - vimspector - A multi-language debugging system for Vim
nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
nvim-gdb - Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
vim-ultest - The ultimate testing plugin for (Neo)Vim
vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.