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
818
stars
218
forks
source link
Fix Windows VS Code Test Runs and upgrade GDB to 12.1 #1319
Windows VS Code tests were failing when falling back to 10.x.
When upgrading to 12.x, GDB was failing because a shared library could not be found and it would error with:
In this PR, the changes made are:
inherit
for environment variables so we can usedotnet
inMSYS
shell.dotnet test
withcygpath -u
to convert to unix styled paths.12.1