(no title)
DixieDev | 2 years ago
EDIT: I specified 'within vim' but actually I'd be down for standalone Linux app recommendations too.
DixieDev | 2 years ago
EDIT: I specified 'within vim' but actually I'd be down for standalone Linux app recommendations too.
gavinhoward|2 years ago
A couple of details have changed since that post. The only one that you might care about is that I now have two tmux panes with gdb-dashboard. This is meant to use space better. One pane has all of the variables and nothing else. The other has everything else.
If you care about that, I'll tell you how to do it.
[1]: https://gavinhoward.com/2020/12/my-development-environment-a...
zteppenwolf|2 years ago
BaculumMeumEst|2 years ago
To that end I would say Intellij products have the best debugging experience I've found on Linux. VS Code after that.
davidkunz|2 years ago
[1]: https://github.com/mfussenegger/nvim-dap
[2]: https://github.com/David-Kunz/jester
9029|2 years ago
https://github.com/rcarriga/nvim-dap-ui
JamesonNetworks|2 years ago
I did have a couple of plugins I cant really live without (ZoomWinTab and A.vim) so Im working on porting them to lua with the help of chatgpt. Really like the experience so far. Def worth checking out astronvim / nvchad
nkjnlknlk|2 years ago
huseyinkeles|2 years ago
https://github.com/mfussenegger/nvim-dap
qbasic_forever|2 years ago
II2II|2 years ago
flohofwoe|2 years ago
delta_p_delta_x|2 years ago
Debugging in proper Visual Studio is by far the most pleasant experience I have ever had. Flame graphs, call graphs, memory and CPU utilisation graphs, straightforward call stacks and variable views... FOSS debugging utilities don't even come close to the debugging productivity on VS 2022.
ReleaseCandidat|2 years ago
Totalview https://totalview.io/ or Ex-Allinea (now Nvidia) - don't know if it's still usable as a 'general' debugger though. https://developer.nvidia.com/allinea-ddt
Both don't work with Rust.
Foxboron|2 years ago
https://github.com/puremourning/vimspector/
favadi|2 years ago
salicideblock|2 years ago
There are also DAP-based integrations, which I have put the effort into using.
ilikehurdles|2 years ago