Adding gdb to MinGW

In a command prompt I browsed to C:\MinGW\bin and ran:

mingw-get.exe install gdb

That fixed it for me. Not sure if it matters but I have C:\MinGW\bin in my path (guess I probably didn’t need to browse to C:\MinGW\bin).

Leave a Comment