Pydev debugger stopped working in PyCharm after Python upgrade
问题 I use PyCharm. I had previously built the pydev debugger under Python 3.3 using python /Applications/PyCharm.app/Contents/helpers/pydev/setup_cython.py build_ext --inplace . I then had to update my project to use a new virtual environment under Python 3.5, and now the debugger won't run, with the following message: /<venv_path>/bin/python3.5 /Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py --multiproc --save-signatures --qt-support --client 127.0.0.1 --port 58286 --file