-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using vimspector for vscode like debugging #13
Comments
Thanks for the suggestion! I've heard of this but to be honest haven't had a real reason to use it, though I surely will eventually. I'll take a look myself but I will probably add it since there's nothing else that covers this use case at all. |
Wow this was fast! Great to hear that you will consider it. I use it daily to work on c++ code and so far it has been a blast. |
Cool! Is there any specific configurations/keybinds that you find to be helpful in your workflow? Maybe |
vimspector comes with a set of predefined keybindings to manage debug sessions, see this. so we just need to set |
oh, and using the same window ids you can shift the layout as well, say you dont want the terminal window or you would like to adjust the size of the variables window to be bigger, see this for an example |
#17 (comment) feel free to check my PR and add more bindings |
There is this REALLY cool project that uses DAP from vscode to allow the same debugging experience by re-using the extension ecosystem.
Check it out here: https://github.com/puremourning/vimspector
Seems like this would go a long way complimenting coc-nvim in emulating IDE features.
The text was updated successfully, but these errors were encountered: