且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse CDT调试器不显示控制台

更新时间:2023-12-05 12:59:10

您的控制台视图是否打开?
Window-> Show View-> Console


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.

Is your console view open? Window->Show View->Console