Python 官方文档:入门教程 => 点击学习
首次,点击run->add configuration 选择python File 然后会生成.vscode/launch.JSON store_true类型的参数只用加上参数名, parser
首次,点击run->add configuration
选择python File
然后会生成.vscode/launch.JSON
store_true类型的参数只用加上参数名,
parser.add_argument(‘–sampler_steps’, type=int, nargs=‘*’, default=[50, 90, 120]) 用,隔开 “–sampler_steps”, “50”, “90”, “120”,
不管字符串类型还是int类型,都是放在"“中就行, 如"3” “str”, 不用"‘str’"
需要按F5或者Ctrl+F5进入debug,不能点vscode右上角系统自带的debug,否则无效。
"program": "./demo.py",
可以配置多个py文件的调试,按f5进入的是launch.json中的第一个配置。
两个配置,不管在哪个目录,按f5进入的都是第一个main.py的debug。
需要将上面的注释对demo.py进行debug。
不要在args中引用env变量${EXP_DIR},直接赋值到args中。
查看环境变量:
import os
print(os.environ)
print(os.environ[“NVIDIA_VISIBLE_DEVICES”])
来源地址:https://blog.csdn.net/weixin_43082343/article/details/126618416
--结束END--
本文标题: vscode debug设置参数和环境变量
本文链接: https://lsjlt.com/news/398554.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0