python运行成功但是debug报错

D:\workspace\python.exe “D:\pycharm\PyCharm Community Edition 3.4.4\helpers\pydev\pydevd.py” --multiproc --client 127.0.0.1 --port 58833 --file C:/Users/fuliming/PycharmProjects/helloword/fulm.py
pydev debugger: process 19204 is connecting
Connected to pydev debugger (build 135.1357)
Traceback (most recent call last):
  File “D:\pycharm\PyCharm Community Edition 3.4.4\helpers\pydev\pydevd.py”, line 1733, in
    debugger.run(setup[‘file’], None, None)
  File “D:\pycharm\PyCharm Community Edition 3.4.4\helpers\pydev\pydevd.py”, line 1226, in run
    pydev_imports.execfile(file, globals, locals)  # execute the script
  File “D:\pycharm\PyCharm Community Edition 3.4.4\helpers\pydev_pydev_execfile.py”, line 34, in execfile
    contents = stream.read()
UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xa7 in position 112: illegal multibyte sequence

你可能感兴趣的:(python,debug)