Eclipse CDT debugger does not show console

Posted by KáGé on Stack Overflow See other posts from Stack Overflow or by KáGé
Published on 2010-05-09T20:35:56Z Indexed on 2010/05/09 20:38 UTC
Read the original article Hit count: 269

Filed under:
|
|
|
|

Hi,

I'm trying to debug a C program using Eclipse CDT-s debugger and gdb on a Windows7 system, and everything seems fine, except for the console not showing up, which is bad, because my program needs input at some points from the keyboard.
So how should I make Eclipse's debugger work properly?

Thank you.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cdt