cphelper.nvim icon indicating copy to clipboard operation
cphelper.nvim copied to clipboard

DAP support

Open bagel897 opened this issue 2 years ago • 3 comments

https://github.com/mfussenegger/nvim-dap allows us to debug code inside of neovim. It'd be cool if we could automatically create configurations for competitive programming testcases (possibly by language) and maybe run those on failed cases.

bagel897 avatar Apr 11 '22 22:04 bagel897

Cool idea - C/C++/Rust will have to use codelldb (to show data inside std containers). I'll start with C++ and Rust now, possibly Python later. Java seems complicated

p00f avatar Apr 11 '22 22:04 p00f

I completely forgot about this, I'll get to this in some time

p00f avatar Jul 26 '22 03:07 p00f

You might want to look into neotest, which would make this alot easier.

bagel897 avatar Jul 26 '22 03:07 bagel897