gpt4 book ai didi

python - 在 VSCode 中调试 Python 时显示完整的调用堆栈

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

我正在使用 VSCode 中的 Python 调试器来调试 Flask 应用程序。我已经设置了一个断点。然而,当我检查调用堆栈时,我只看到我的代码而不是完整的堆栈(应该包括 Flask、Werkzeug 等)。如何配置/查看完整的调用堆栈,而不仅仅是应用程序?

@app.route('/')
def index():
return '' # breakpoint

产量:

enter image description here

最佳答案

根据 Visual Studio Code - Python debugging - Step into the code of external functions when executing ,您需要将 "justMyCode": false 添加到您的启动配置中。

关于python - 在 VSCode 中调试 Python 时显示完整的调用堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62057455/

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