gpt4 book ai didi

python - pdb:如何显示当前行,而不是在上一个列表之后继续?

转载 作者:行者123 更新时间:2023-12-01 04:21:02 25 4
gpt4 key购买 nike

当使用 pdb 调试 python 脚本时,重复 l 命令将在上一个列表之后继续列出源代码。

l(ist) [first[, last]] List source code for the current file. Without arguments, list 11 lines around the current line or continue the previous listing. With one argument, list 11 lines around at that line. With two arguments, list the given range; if the second argument is less than the first, it is interpreted as a count.

如何重复显示当前行(即程序运行暂停的行),而不是在上一个列表之后继续显示?谢谢。

最佳答案

直接的方法当然是将该行作为参数传递给l

但是,如果不必费尽心思找到当前行并键入它,我通常这样做的非最佳方法是通过向上+向下导航调用堆栈返回到同一行,然后再次列出。命令序列为:u(向上)、d(向下)、l

关于python - pdb:如何显示当前行,而不是在上一个列表之后继续?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33696300/

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