【发布时间】:2018-08-19 11:49:25
【问题描述】:
/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/bin/python3.6 "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 55819 --file "/Applications/PyCharm CE.app/Contents/helpers/pycharm/_jb_unittest_runner.py" --target test_output.TestMispOutputBot.test_event
Testing started at 10:31 ...
pydev debugger: process 3170 is connecting
在我放弃并终止进程之前 10 分钟没有输出。
Traceback (most recent call last):
File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 1599, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 994, in run
time.sleep(0.1) # busy wait until we receive run command
KeyboardInterrupt
我尝试了所有关于该错误消息的发现:
- 清除所有断点(recommended here 和 here)
- 删除了 .idea 文件夹(recommended here 和 here)
- 禁用选项添加内容根目录并将源根目录添加到 PYTHONPATH (recommended here)
有什么想法吗?
【问题讨论】:
-
尝试无效并重启
-
没有改变任何东西。
-
你找到解决办法了吗?
-
我在后台运行
sshuttle以通过 SSH 隧道进入另一个网络。这个隧道吃掉调试连接,通常应该去python进程。
标签: python-3.x debugging pycharm pydev