Debugger not working but normal run does in Mac Pycharm
When I run debugger, pycharm shows this error message:
/usr/local/bin/python3.6 /Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 54876 --file /Users/r0z00t0/Documents/presidio/server/web/manage.py runserver 8000
pydev debugger: process 24971 is connecting
Connected to pydev debugger (build 192.5728.105)
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Python COnfigurations:

Please sign in to leave a comment.
Hi,
It seems like the following issue: https://youtrack.jetbrains.com/issue/PY-37034
I would suggest to report to https://youtrack.jetbrains.com/issues/PY and provide your IDE logs (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files), and minimal working code/project sample. If that's too much to ask, you can simply leave a comment in https://youtrack.jetbrains.com/issue/PY-37034 stating that you have the same issue, and vote for the ticket.