Debugging and jumping to a certain iteration of the Loops in Pycharm

已回答

Hello, 

The 'for' loop in my code is performing 1000 iterations. There is a bug at one of the iterations during the loop. I suspect it at the 900th iteration. In the  debugging mode, How is it possible for me to directly jump from the 0th iteration to the 900th iteration in the loop? rather than manually going through every loop until I cross 899. 

 

Thanks,

Bhumika 

0

请先登录再写评论。