Pycharm Community Edition 3.0.1 - 调试器根本不工作。运行正常

时间:2014-01-28 08:59:14

标签: python debugging pycharm

没有任何错误。代码完全被忽略。配置是指正确的目录路径。调试一个简单的程序,如:

print 'hello'

完全忽略代码行上的断点。无论语法错误如何,输出都是空的。运行仍然正常。奇怪的是昨天工作正常。直到我打开一个单独的项目并尝试运行它。

Debug返回以下内容:

C:\Python\App\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition     3.0.1\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 54911 --file     "C:/Users/aaron.debattista/Documents/Python Projects/TestProject/myTest"

Process finished with exit code 0

有什么问题的线索?

0 个答案:

没有答案
相关问题