vscode设置调试路径

将下面内容贴到.vscode/launch.json文件中,没有就自己创建一个。
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: 当前文件launch",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",

vscode设置调试路径最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/29582.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>