C++ – Vista-Eclipse (Galileo) CDT w/ MinGW and MinGW’s GDB fails to output cerr output

ceclipse-3.5eclipse-cdtg++vista64

I installed Eclipse and I can get g++ to compile the code correctly; however, when I start the debugger none of the "cerr >>" outputs are ever displayed in the Eclipse console. I tried to run GDB manually and it, too, does not display the cerr output. Is anyone else experiencing this?? I am running the GDB 5.3-something that is available with MinGW.

Best Answer

I think newer versions of GDB work on Windows Vista. Version 6.8 or something is available with the TDM-GCC project.