CODEARTS IDE-启动配置示例

时间:2024-08-01 19:05:15

启动配置示例

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

{
    "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