CodeArts IDE
CodeArts IDE
- 最新动态
- 产品介绍
- 快速入门
- 用户指南
- 最佳实践
- API参考
- 常见问题
- 文档下载
- 通用参考
本文导读
展开导读
链接复制成功!
启动配置示例
以下是一个可运行的启动配置示例。
{ "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}", "stopOnEntry": false, "redirectOutput": true, "program": "${workspaceFolder}\\manage.py", "env": {}, "type": "python", "logToFile": false, "args": [ "runserver" ], "cwd": "${workspaceFolder}", "subProcess": false, "justMyCode": true, "django": true, "pythonArgs": [], "name": "Python: Django", "showReturnValue": true }
父主题: Django应用