【发布时间】:2019-11-13 23:57:49
【问题描述】:
调试时cmd is not recognized 显示并且程序没有被调试。
可能是什么问题?
我已经检查了 path 和 pythonpath 变量,这些似乎都很好
bash
C:\Users\rahul\Desktop\vscode\.vscode>cd c:\Users\rahul\Desktop\vscode\.vscode &&
cmd /C "set "PYTHONIOENCODING=UTF-8" &&
set "PYTHONUNBUFFERED=1" &&
C:\Users\rahul\AppData\Local\Programs\Python\Python37-32\python.exe c:\Users\rahul\.vscode\extensions\ms-python.python-2019.6.22090\pythonFiles\ptvsd_launcher.py --default --client --host localhost
--port 50265 c:\Users\rahul\Desktop\vscode\.vscode\s.py "
'cmd' is not recognized as an internal or external command,
operable program or batch file.
【问题讨论】:
标签: python visual-studio-code vscode-debugger