gpt4 book ai didi

python - IPython 笔记本中的 pprint 和 ipdb

转载 作者:行者123 更新时间:2023-11-28 20:21:50 24 4
gpt4 key购买 nike

我正在尝试学习如何使用 ipdb 调试器。我插入了一个断点,然后通过输入 continue 我从一个断点前进到另一个断点。如果我想在两个断点之间的执行过程中打印变量的值,我该如何使用 ipdb/pdb 执行此操作?我试过 print 和 pprint 但什么也没有出现。 enter image description here

最佳答案

您可以在 IPDB 控制台中使用 ppp

来自 pdb documentation :

p expression

Evaluate the expression in the current context and print its value.

pp expression

Like the p command, except the value of the expression is pretty-printed using the pprint module

关于python - IPython 笔记本中的 pprint 和 ipdb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26206312/

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