nvim-dap seems to work fine for debugging with codelldb backend when the binaries are compiled with MVSC for C++17 or earlier. when trying to debug C++23 however , the debugger immediately halts when it reaches any breakpoints.
for mingw's g++ , nvim-dap with codelldb doesn't work at all :(.
look for alternative debugger backends to codelldb or find a fix in both cases.
nvim-dapseems to work fine for debugging withcodelldbbackend when the binaries are compiled with MVSC for C++17 or earlier. when trying to debug C++23 however , the debugger immediately halts when it reaches any breakpoints.for
mingw's g++ ,nvim-dapwithcodelldbdoesn't work at all :(.look for alternative debugger backends to
codelldbor find a fix in both cases.