gpt4 book ai didi

python - ipdb调试器,跳出循环

转载 作者:太空狗 更新时间:2023-10-29 17:00:19 25 4
gpt4 key购买 nike

是否有命令可以在 ipdb 上调试时跳出循环(例如,for 或 while)而不必使用其中的断点?

我使用 until 命令跳出列表理解,但不知道如何对整个循环 block 执行类似的操作(如果可能的话)。

最佳答案

我相信这是 until 命令的意图。它类似于 next,只是当跳转到循环的前一个行号时,它将继续直到退出循环。

unt(il)
Continue execution until the line with a number greater than the current
one is reached or until the current frame returns

一般来说,要“跳出”当前函数,请使用return

r(eturn)
Continue execution until the current function returns.

关于python - ipdb调试器,跳出循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31196818/

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