PyCharm 调试 - 设置下一条语句

PyCharm debugging - set next statement

PyCharm 在调试时是否具有 "set next statement" 功能,例如 Visual Studio PTVS、Eclipse 和 Wing IDE?

"set next statement" 移动执行点(向前或向后),跳过中间语句,并且与任何 运行 游标选项不同。

Visual Studio set next statement

更新:2017 年 12 月 1 日 PyCharm 2017.3 2017 年 11 月 29 日现在包含此功能。它在新增功能中被描述为 "Set Next Statement"。在 PyCharm 菜单上,它是 "Jump To Cursor"。我对此进行了测试,它似乎有效。

Pydev 的调试器似乎有这个功能(Ctrl+freleases page 上找到 "set next statement",版本 3.3.3)。

由于 Pycharm 的调试器已经 merged with Pydev's(Pydev 版本 3.7.0),技术上应该可用。然而,我在 Pycharm 的文档和它的问题跟踪器中都找不到任何提及。

我认为它还不可用。