gpt4 book ai didi

python - 如何在 Visual Studio Code 中将 python 作为主模块运行

转载 作者:太空狗 更新时间:2023-10-30 00:09:13 25 4
gpt4 key购买 nike

如何在 Visual Studio Code 中将 python 作为主模块运行?

在命令行中,我会使用 -m 开关,例如

python -m program.py

我需要这个来使相对导入工作。

我可以在 launch.json 文件中添加什么吗?

如果这不可能,我可能需要用 runpy 做点什么 see python docs , 但如果 vscode 能做到这一点就好了。

编辑:

目前,作为解决方法,我使用一个额外的 run.py 文件,我将其放在要运行的包之外。然后配置 vscode 以运行该文件:

"program": "${workspaceRoot}/../run.py"

我从 run.py 导入包并调用它的入口函数。

最佳答案

调试模块的文档可以在这里找到:https://code.visualstudio.com/docs/python/debugging#_debugging-specific-app-types

您需要做的就是:

  • 在 VS Code 中选择 Python: Module 调试配置
  • 编辑 launch.json 并找到 Python: Module 配置部分并将设置 module 的值替换为模块名称,例如程序

关于python - 如何在 Visual Studio Code 中将 python 作为主模块运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48164843/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com