pydev debugger is not connecting
|
somehow my pycharm debugger doesn't connect anymore. I tested all ENV. Also, reading up on it on stackoverflow: I deleted the .idea directory. However, after restarting the pycharm .idea is always recreated (deleted caches and even deleted&downlaoded pycharm again) Would be great if someone could help me out here. Thanks! **/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 52281 --file /Users/franzi/Desktop/i18n/qordoba-cli/qordoba/cli.py i18n-find --traceback warning: Debugger speedups using cython not found. Run '"/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6" "/Applications/PyCharm CE.app/Contents/helpers/pydev/setup_cython.py" build_ext --inplace' to build. pydev debugger: process 96448 is connecting Connected to pydev debugger (build 171.4694.67) Could not connect to 127.0.0.1: 52282 Traceback (most recent call last): File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 1583, in debugger.connect(host, port) File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 324, in connect self.initialize_network(s) File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 316, in initialize_network time.sleep(0.1) # give threads time to start KeyboardInterrupt |
Please sign in to leave a comment.
Hi! Do you get KeyboardInterrupt exception immediately after start? Or debugger just hangs for some time and you shut it down or your own?