I've changed interpreter to use an environment i've created on Anaconda. I used it to install tensorflow on Win10.
If I try to run a script everything works If I try to debug any script (even empty *.py file) I'm getting:
C:\Users\Barak\Anaconda3\envs\tfenv\python.exe "C:\Program Files\JetBrains\PyCharm Community Edition 2018.1.2\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 54754 --file C:/Users/Barak/PycharmProjects/CV1/gg.py
pydev debugger: process 8588 is connecting
Process finished with exit code -1073741819 (0xC0000005)
Please help me, it look like the debugger is not configured or something..help!!!
Thanks