本文介绍了我可以在pycharm3的断点进入交互模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一个相当新的Pycharm 3用户在django项目上工作。

I am a fairly new Pycharm 3 user working on a django project.

我可以在pycharm3的断点进入交互模式吗?这可能吗?当程序停止在断点时,我已尝试工具 - >打开调试命令行,但是我看不到控制台打开。我如何才能得到这个工作?

Can I drop into interactive mode at a breakpoint in pycharm3? Is this possible? I have tried tools -> open debug command line when the program stops at a breakpoint, but I don't see a console opening. How can I get this working?

推荐答案

是的,你可以!当您处于断点时,按下我以绿色圈出的按钮:)

Yes you can! Press the button I circled in green when you're at a breakpoint:)

这篇关于我可以在pycharm3的断点进入交互模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 09:12