简体   繁体   English

如何在Pycharm中调试暂存文件

[英]How to debug a scratch file in Pycharm

I am running python3.5 from a venv and am using PyCharm 5. My debugger works fine on normal scripts but doesn't allow me to step through my code at all on a scratch file. 我正在通过venv运行python3.5,并且正在使用PyCharm5。我的调试器在常规脚本上可以正常运行,但根本不允许我在暂存文件上逐步执行代码。 Is this normal? 这正常吗? It won't even let me set breakpoints. 它甚至不会让我设置断点。 Its driving me bonkers that I can't debug them! 它驱使我无法调试它们!

这看起来像是pycharm 5.0中的错误-PY -17575无法再在临时文件中设置断点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM