When I'm trying to debug in CDT the console isn't displaying the output.
For example if I write a simple hello world program or something,
nothing will print to the console output in the debugger. I already have
all my paths set up and whatnot so I can step through code. But if I am
for example stepping through code that requires a keyboard input, the
prompt does not appear in the console and so therefore I can't go
anywhere from there :)