Vista-Eclipse (Galileo) CDT w/ MinGW and MinGW's GDB fails to output cerr output
I installed Eclipse and I can get g++ to compile the code correctly; however, 开发者_JAVA技巧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.
I think newer versions of GDB work on Windows Vista. Version 6.8 or something is available with the TDM-GCC project.
精彩评论