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: 301
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