请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

python.pythonPath 设置了调式提示无效

launch.json 配置
{
“version”: “0.2.0”,
“configurations”: [
{
“name”: “Python”,
“type”: “python”,
“request”: “launch”,
“stopOnEntry”: true,
“pythonPath”: “config.python.pythonPath","program":"{config.python.pythonPath}", "program": "config.python.pythonPath","program":"{file}”,
“cwd”: “${workSpaceRoot}”,
“args”: [
“param_one”,
“param_twe”
],
“debugOptions”: [
“WaitOnAbnormalExit”,
“WaitOnNormalExit”,
“RedirectOutput”
]
}
]
}
setting.json 配置
{
“editor.fontSize”: 18,
“python.pythonPath”: “C:\Python\Python37-32\python.exe”,
“python.linting.enabled”: false
}
Python安装路径
图片描述
图片描述
图片描述

正在回答 回答被采纳积分+3

1回答

7七月 2018-12-10 00:07:02

lauch里为什么不配置

0 回复 有任何疑惑可以回复我~
  • 提问者 无闲 #1
    launch.json 配置了 不知道哪里配置不对
    回复 有任何疑惑可以回复我~ 2018-12-16 13:46:07
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信