I am trying to write a project in PyCharm after a friend advised me to try it instead of Eclipse. take this code as an 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 and after the loop, and by clicking a button to go to the second
well, I know, this is a stupid question, but I honestly searched for the answer and could not find it ..
thanks,
source share