The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
819
stars
219
forks
source link
Downgrade Windows MinGW ToolChain for testing to 10.2 #1238
mingw-w64-x86_64-toolchain downloads mingw-w64-x86_64--11.x which causes GDB to return
"During startup program exited with code 0xc0000139"
Downgrade to working mingw-w64-x86_64-gcc / gdb and associated toolchain packages to fix dependency issues.