How to do run time monitoring?

I have a program which has 10.000 loops. But in the run-time, the program gets stuck in a certain loop and cannot continue. How can I know what is going on while run time?
Last edited on
Debug.
excuse me, do I do that while the program is running? How? as you can see, I am really bloody beginner :-)
If you are using VC++ there is a little pause button up where the green arrow was. Click that. For other debuggers, you could try looking it up on their help area.
Thanks, firedraco. That helped a lot :-)
Debugger :)
Topic archived. No new replies allowed.