-
配置解释器
按 Ctrl+Shift+P 打开命令面板。
输入 Python: Select Interpreter 并回车。 -
参数调试
在launch.json中添加
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": ["arg1", "arg2"]
}
]
}





![[操作系统] 策略模式进行日志模块设计](https://i-blog.csdnimg.cn/img_convert/f3d87f4f3f238a8f52465eab5034e387.gif)










![NSSCTF [HNCTF 2022 WEEK4]](https://i-blog.csdnimg.cn/img_convert/a2cba718ea5b9cf26a7432739eb8b5de.png)

