I am trying to write a project in PyCharm after a friend recomended me to try it instead of Eclipse. take this code as example:
for x in xrange(1000)
#do things
#want to get here fast in debug with out iterating the loop step by step
I want to put BP in the loop and after it, and by pressing a button to jump to the second one
well, I know it's a stupid question but I honestly searched for an answer and could not find it..
thanks,
When you run in "debug" mode and stop on a breakpoint, simply click the "play" button (marked in the picture below) and it'll continue running until the next breakpoint.
For Pycharm 5.0, it's in the left, as marked in the picture below.