Add x86 debugging executables
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Dev-C++ versions: all with TDM-GCC compiler
Posted by sam — 2012-01-14 (in reviews):
i cant seem to get the debugging to work ,it just keep saying no gdb file
gdb.exe and gdb-server.exe are compiled with 64-bit compiler, so they won't work on 32-bit windows like Windows XP and some of Windows Vista, Windows 7.
Diff:
Fixed. I've added gdb from the x86 TDM install and called it gdb32.exe. The default 32-bit profile for TDM-GCC x64 will use it.
labels: --> Done
status: accepted --> closed