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?
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.