gpt4 book ai didi

python - Visual Studio Code - Python 调试 - 执行时步入外部函数的代码

转载 作者:行者123 更新时间:2023-12-04 02:54:44 24 4
gpt4 key购买 nike

在 Python 项目中,如何告诉内置的 VSCode 调试器在执行时单步执行来自其他库的函数代码?

我知道通过添加一个在标准库中实现的功能是可能的

"debugOptions": ["DebugStdLib"]

到您在 launch.json 中指定的配置 here ,但是似乎无法强制调试器单步执行非标准模块的代码,例如您自己编写并导入当前文件的模块。

最佳答案

为了改进约翰史密斯接受的答案,值得一提的是,现在该选项已再次重命名。新选项是

"justMyCode": false

并根据文档

When omitted or set to True (the default), restricts debugging to user-written code only. Set to False to also enable debugging of standard library functions.

关于python - Visual Studio Code - Python 调试 - 执行时步入外部函数的代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53594900/

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