how to jump between BreakPoint in JetBrains PyCharm IDE

后端 未结 2 545
囚心锁ツ
囚心锁ツ 2021-02-13 23:27

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 thi         


        
相关标签:
2条回答
  • 2021-02-14 00:02

    For Pycharm 5.0, it's on the left, as marked in the picture below.

    0 讨论(0)
  • 2021-02-14 00:23

    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.

    enter image description here

    0 讨论(0)
提交回复
热议问题