Whenever I try to debug my cpp file I get an error (ERROR1), then another one (ERROR2) -- ERROR1: /home/kivanc57/.local/share/nvim/lazy/nvim-dap/lua/dap.lua:1290 ...
Neotest is aware of DAP, e.g., neotest.run.run({strategy = dap}) would run test cases in a DAP debug session. One missing feature is that when an exception happens or a test fails (via AssertionError) ...