feat(dap): Added debugger from cpptools

Added:
  - OpenDebugAD7 from [vscode-cpptools](https://github.com/microsoft/vscode-cpptools)

It works better with `nvim-dap-ui`. With GDB you have to wait for stdout
flush to see program output, the output is in the repl instead of the
console, etc. The VSCode debugger doesn't have such issues.
This commit is contained in:
Jiří Štefka 2024-09-25 23:57:17 +02:00
parent 1441e90711
commit db5a3f56b4
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
3 changed files with 80 additions and 12 deletions

View file

@ -120,6 +120,7 @@ with final.pkgs.lib; let
# language servers, etc.
asm-lsp # Assembly language server
clang-tools # C/C++ language server
(callPackage ./cpptools.nix {}) # C/C++ debugger from VSCode | https://github.com/microsoft/vscode-cpptools
nodePackages.bash-language-server # Bash language server
lua-language-server
nil # nix LSP