Debugger crashing
Hello
I have PyCharm 2018.2.2 (Community Edition). Unfortunately, the debugger stopped working. I have removed all break points and created a new clean project. When I set a break point and run the debugger a message appears that Python has stopped working. The details are the following:
Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 3.6.6150.1013
Application Timestamp: 5b350d52
Fault Module Name: python36.dll
Fault Module Version: 3.6.6150.1013
Fault Module Timestamp: 5b350c9a
Exception Code: c0000005
Exception Offset: 000000000003b081
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 2055
Additional Information 1: a612
Additional Information 2: a6120db6f19e82df392097d6d075b9ed
Additional Information 3: fcae
Additional Information 4: fcaef21b021fe979cdb91ba2eafc0346
When I add PYCHARM_DEBUG=True in the run configuration and then rerun debugging, the following output appears (along with the same crash notification as above):
Using Cython speedups
Executing file C:/Users/myName/Desktop/test/test.py
arguments: ['C:/Users/myName/Desktop/test/test.py']
PYDEVD_FILTER_LIBRARIES False
Started in multiproc mode
('Connecting to ', '127.0.0.1', ':', '64785')
('Connected.',)
debugger: received >>99 -1 64786
<<
Received command: ??? 99 -1 64786
Received port 64786
pydev debugger: process 11604 is connecting
Process finished with exit code -1073741819 (0xC0000005)
When I normal run the program it works, only the debugger crashes. I also didn't have this problem before, it just suddenly appeared. By the way, I have Anaconda installed.
Please sign in to leave a comment.
Hi,
Please try with the latest version of PyCharm https://www.jetbrains.com/pycharm/download.
Try setting
PYDEVD_USE_CYTHON=NOandPYDEVD_USE_FRAME_EVAL=NOenvironment variables in the corresponding run configuration.If nothing helps, please upload your renamed logs folder zipped (Help | Compress Logs and Show in...) after reproducing the problem to https://uploads.services.jetbrains.com/ and let me know the name of that zip file.