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

相关文章:

  • 2021-08-29
  • 2021-10-09
  • 2021-09-20
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2021-08-20
  • 2021-10-19
猜你喜欢
  • 2021-11-18
  • 2022-01-07
  • 2021-06-20
  • 2021-04-19
  • 2022-12-23
相关资源
相似解决方案