Hi,
I have a code that uses for loop iterations, so when I debug the code, the debugger runs the debugging mode into the code for only one iteration. So I can't follow how the program works exactly.
For example in my code, it should loop for 1000 times. But the debugger runs only one time.