gpt4 book ai didi

python-3.x - 在Pycharm Debug模式下, "step into my code"和 "step into"有什么区别

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

在Pycharm Debug模式下,当我使用“逐步进入”和“逐步进入我的代码”时,它们都逐行运行程序。所以我想知道这两个功能之间有什么区别吗?

最佳答案

“进入”将通过运行项目中所有代码,包括导入的库等。
而“进入我的代码”将跳过库源代码,并专注于您自己的代码。

Step into My Code

Use Step into My Code to stay focused on your code: the debugger will only step through your code bypassing any library sources.


https://www.jetbrains.com/pycharm/features/tools.html

If you want to concentrate on your own code, use the Step Into My Code button - thus you'll avoid stepping into library classes.


https://www.jetbrains.com/help/pycharm/step-2-debugging-your-first-python-application.html

关于python-3.x - 在Pycharm Debug模式下, "step into my code"和 "step into"有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46519132/

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