debugger does not work

Hi, I am starting to use Dev C++, but the debugger does not go into interactive debugging mode. It compiles the whole program. How can I step into and trace? and secondly, how can I see the output of my file? Thankx
Been using that too,
Debug:Go to Help->GNU Debugger Help. You'll need to learn its lot of commands, tho.
I guess "output" means executable file. When you pressed F9, it asked you where to save it. Go check it out.
If you mean console output,
1. Open console mode
2. Go to the exe dir
3. Run it
4. The console shouldn't close:)
Topic archived. No new replies allowed.