can't debug small program on eclipse helios cdt using mingw/gdb under windows, console freezes
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've been trying to use Eclipse CDT to do some c++ examples, i can run them just fine with the run command, but whenever i try to Debug, the console window freezes up, I'm able to input, but the program doesn't continue. When I debug, i get the following output on the console window (no breakpoints, but breaks on main because of default settings): Hello, world put your name: 15^running The continue button is disabled and doesn't do anything when I input something and hit enter . The 15 is a random number, sometimes its 16, 20 etc. If I run