pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

debug代码报错:

pydev debugger: process 13108 is connecting
Process finished with exit code -1073741819 (0xC0000005)

 pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

 原因很简单:

在setting 里面 debug 选项中的 ,pyqt compatable 选择了auto ,pyqt5不兼容,PyQt4 或 PySide 二者选其一即可

 pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

 

 

解决办法:

 pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

也可能是 pycharm 被禁止联网的原因,允许联网就可以了

 pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

正常 Debug 的结果图:

 pycharm使用debug模式,报错:pydev debugger: process 13108 is connecting

原文链接:https://blog.csdn.net/xrinosvip/article/details/82116801

上一篇:使用Eclipse 搭建Python 开发环境


下一篇:Postman接口测试 ------- 运行接口用例集collection