mac電腦下,默認(rèn)配置Python2.7升級(jí)到Python3.5后,運(yùn)行后:debug功能異常,
提示:
warning: Debugger speedups using cython not found. Run '"/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5" "/Applications/PyCharm CE.app/Contents/helpers/pydev/setup_cython.py" build_ext --inplace' to build.

Snip20161224_1.png
解決方案:
//終端輸入
cd /Applications/PyCharm\ CE.app/Contents/helpers/pydev/
//執(zhí)行
python3 setup_cython.py build_ext --inplace
解決完畢

Snip20161224_2.png