1

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.

RJ K
  • 11
  • 1

1 Answers1

0

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

Sahas
  • 10,637
  • 9
  • 41
  • 51
  • I tried 6.8, 7.02, and 7.10; 6.8 still had the problem. 7+ does not seem to have the problem on the command line, using -mi; however, Eclipse CDT does not print any of the CERR messages that are output by gdb. – RJ K Feb 03 '10 at 23:26