Console Window does not appear using Dev C++

5.6k views Asked by At

When I compile and run my code, the console window no longer shows up.

(I have "system("pause");" included, this is not the issue).

I was trying to debug a program in Dev C++ and must have changed some settings. Any advice?

1

There are 1 answers

4
Choatech On

Dev-C++ is really old and the debugger is full of bugs. If you're sure the problem isn't with your code, then I'm assuming you've tried the basics, like restarting Dev-C++ and restarting the computer?

If that doesn't work, try reinstalling Dev-C++... It only takes a couple seconds to install it.

You can also try stepping the code.