【发布时间】:2018-02-19 10:46:33
【问题描述】:
我第一次在 VSCode 中尝试 python。 我能够成功运行 python 文件,但无法调试它。 我正在遵循this tutorial 中给出的步骤。 调试时,调试控制台中出现以下错误:
Traceback (most recent call last):
File "/home/digitate/.vscode/extensions/ms-python.python-2018.1.0/pythonFiles/PythonTools/visualstudio_py_launcher.py", line 91, in <module>
vspd.debug(filename, port_num, debug_id, debug_options, currentPid, run_as)
【问题讨论】:
-
为了便于诊断,这是完整的错误信息吗?我希望也会显示错误和错误消息的类。