less than 1 minute read

You may want to have GDB binaries for Windows. I use MinGW and I tried to do

mingw-get install gdb-python

Yay! It downloaded! But you’ll need Python libraries as well. My python27.dll failed to work. So I found this: QT’s GDB binaries.  So All you have to do download and extract the package into your MinGW\bin directory. Then point to gdb-i686-pc-mingw32.exe or if you have downloaded earlier gdb-python27.exe

Comments