I use clangd for C++ intellisense. Because clangd keeps saying it conflicts with Microsoft's C++ extension, I use CodeLLDB to debug C++ code. According to #7, CodeLLDB seems to be supported. However, ...
I am currently trying to get the minimal working example running under Windows 10 with the MSYS2 gdb.exe. Here's my C++ source code; I'm compiling the code with the mingw64 g++ compiler: Found ninja-1 ...