CodeArts IDE-启动配置示例

时间:2025-02-12 15:04:26

启动配置示例

以下是一个可运行的启动配置示例。

{    "request": "launch",    "console": "integratedTerminal",    "jinja": true,    "python": "${command:python.interpreterPath}",    "stopOnEntry": false,    "redirectOutput": true,    "module": "pyramid.scripts.pserve",    "env": {},    "type": "python",    "logToFile": false,    "args": [        "${workspaceFolder}\\development.ini"    ],    "cwd": "${workspaceFolder}",    "subProcess": false,    "justMyCode": true,    "pythonArgs": [],    "name": "Python: Pyramid Application",    "showReturnValue": true}
support.huaweicloud.com/usermanual-codeartside/codeartside_01_0468.html