Pycharm无法debug,但是能正常跑网络。
错误信息
pydev debugger: process 28119 is connecting
Process finished with exit code -1073741819 (0xC0000005)
Pycharm无法debug问题更改PyQt兼容性,直接去掉勾。
能进行debug但是最后会意外终止

错误信息
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
查了之后需要重装PyQt5 (令人费解。。)

python3 -m pip install PyQt5
Pycharm无法debug问题
问题解决,Pycharm能正常debug。

相关文章:

  • 2021-09-17
  • 2021-07-01
  • 2021-08-13
  • 2021-06-27
  • 2021-12-03
  • 2021-11-21
  • 2021-05-24
  • 2021-07-08
猜你喜欢
  • 2021-04-04
  • 2021-10-20
  • 2022-12-23
  • 2021-10-17
  • 2021-11-06
  • 2021-12-07
  • 2022-02-01
相关资源
相似解决方案