Pycharm - 代码单元格 - 使用断点
Pycharm - Code Cells - Using breakpoint
我正在使用 PyCharm 2018 年的新功能 'Code cells'。
我可以在单元格中放置一个断点并在我命中该行时中断执行吗?我使用 Ctrl+Enter 到 运行 代码单元格。
不幸的是,无法独立调试编辑器代码单元,我在 PyCharm 错误跟踪器中创建了一个功能请求:PY-29672。请随时为它投票。
查看即将到来的PyCharm 2019,似乎支持代码单元调试:https://blog.jetbrains.com/pycharm/2019/02/pycharm-2019-1-eap-5/:
Another new feature is debugging of Jupyter cells: you can place a breakpoint, and step through what is happening to explore your analysis in detail.
我正在使用 PyCharm 2018 年的新功能 'Code cells'。 我可以在单元格中放置一个断点并在我命中该行时中断执行吗?我使用 Ctrl+Enter 到 运行 代码单元格。
不幸的是,无法独立调试编辑器代码单元,我在 PyCharm 错误跟踪器中创建了一个功能请求:PY-29672。请随时为它投票。
查看即将到来的PyCharm 2019,似乎支持代码单元调试:https://blog.jetbrains.com/pycharm/2019/02/pycharm-2019-1-eap-5/:
Another new feature is debugging of Jupyter cells: you can place a breakpoint, and step through what is happening to explore your analysis in detail.