Flask使用pyCharm debug时出错解决方法

错误信息:home/python/.virtualenvs/py3_flask/bin/python/opt/pycharm-2016.3.1/helpers/pydev/pydevd.py--multiproc --qt-support --client 127.0.0.1 --port 33410 --file/home/python/untitled/Information/1.py pydev debugger: process 5891 isconnecting Connected to pydev debugger (build 163.9735.8)Traceback (most recent call last):File "/opt/pycharm-2016.3.1/helpers/pydev/pydevd.py", line 1596, in globals = debugger.run(setup['file'], None, None, is_module)File "/opt/pycharm-2016.3.1/helpers/pydev/pydevd.py", line 956, in runtime.sleep(0.1)...busy wait until we receive run command KeyboardInterrupt



解决方法


       <ignore_js_op> 
更多技术资讯可关注:gzitcast

猜你喜欢

转载自www.cnblogs.com/heimaguangzhou/p/11730350.html