赞
踩
废话不多说,直接甩文件,配置有问题的请参考。
- {
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Python",
- "type": "python",
- "request": "launch",
- "stopOnEntry": false,
- "pythonPath": "D:\\Users\\mas\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
- "program": "${file}",
- "cwd": "${workspaceRoot}",
- "env": {},
- "envFile": "${workspaceRoot}/.env",
- "debugOptions": [
- "WaitOnAbnormalExit",
- "WaitOnNormalExit",
- "RedirectOutput"
- ]
- }
- ]
- }

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。