检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调
st启动配置,此选项始终设置为“test”。 “testIds” 要包含在启动配置范围中的测试ID列表。ID的格式如下:“test_file_name::test_class_name::test_method_name”。 “excludeTestIds” 要从启动配置范围中排
启动配置 简介 Java类 JAR应用 Gradle任务 Maven任务 JUnit测试 TestNG测试 远程调试 父主题: Java
启动配置 简介 当前Python文件 Python文件 Python模块 附加到进程 Django应用 FastAPI应用 Flask应用 Pyramid应用 pytest unittest 父主题: Python
st启动配置,此选项始终设置为“test”。 “testIds” 要包含在启动配置范围中的测试ID列表。ID的格式如下:“test_file_name::test_class_name::test_method_name”。 “excludeTestIds” 要从启动配置范围中排
启动配置示例 以下是一个可运行的启动配置示例。 { "excludeTestIds": [], "request": "test", "jinja": true, "python": "${command:python.interpreterPath}",
启动配置示例 以下是一个可运行的启动配置示例。 { "excludeTestIds": [], "request": "test", "jinja": true, "python": "${command:python.interpreterPath}",
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "attach", "jinja": true, "justMyCode": true, "processId": "${command:pickProcess}",
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath}"
启动配置示例 以下是一个可运行的启动配置示例,该示例从 “test_file_name::test_class_name::test_method_name” 运行测试。 { "excludeTestIds": [], "request": "test", "jinja":
启动配置示例 以下是一个可运行的启动配置示例,该示例从 “test_file_name::test_class_name::test_method_name” 运行测试。 { "excludeTestIds": [], "request": "test", "jinja":
IDE会根据运行的文件自动创建 Python 文件、pytest 或 unittest 启动配置。 然后,您可以从CodeArts IDE主工具栏中选择并运行创建的启动配置。 父主题: 简介