如何在JetBrains PyCharm IDE中的BreakPoint之间跳转 [英] how to jump between BreakPoint in JetBrains PyCharm IDE

查看:66
本文介绍了如何在JetBrains PyCharm IDE中的BreakPoint之间跳转的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在一个朋友推荐我尝试使用它而不是Eclipse之后,我试图用PyCharm编写一个项目。
以以下代码为例:

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

我想将BP放入循环中,然后再按一次,然后按一下按钮跳到第二个

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..

谢谢,

推荐答案

当您在调试模式下运行并在断点处停止时,只需单击播放按钮(如下图所示),它将继续运行直到下一个断点。

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.

这篇关于如何在JetBrains PyCharm IDE中的BreakPoint之间跳转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆