Pycharm无法debug,但是能正常跑网络。
错误信息
pydev debugger: process 28119 is connecting
Process finished with exit code -1073741819 (0xC0000005)更改PyQt兼容性,直接去掉勾。
能进行debug但是最后会意外终止
错误信息
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
查了之后需要重装PyQt5 (令人费解。。)
python3 -m pip install PyQt5
问题解决,Pycharm能正常debug。