While debug any PyQt5
program using Pycharm 4.0.3, it crashes the Python.exe process.
Initially, it shows the self
variable just fine.
After you click the +
at the left of self
, it shows 'Collecting data':
And then crash the Python.exe immediately, printing:
C:Anaconda3python.exe "C:Program Files (x86)JetBrainsPyCharm 4.0.3helperspydevpydevd.py" --multiproc --client 127.0.0.1 --port 62848 --file D:/My_Program/PyQt/TLC_Python34/TLC_Processor_Py34.py
pydev debugger: process 7536 is connecting
Connected to pydev debugger (build 139.781)
Process finished with exit code -1073741819 (0xC0000005)
I found several similar reports on google but I can't find any solution.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…