gpt4 book ai didi

python - 如何从 Python 调试器 (pdb) 输入

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

下面这个简单的例子可以很好地说明这个问题。我正在使用 pdb调试以下脚本(它是 Python 3):

astring = input("input here: ")

当进入上面一行时,我得到以下提示并输入“abc”:

input here: abc

但是无论我从键盘输入什么,我都会得到一个错误,例如,

NameError: "name 'abc' is not defined"
> /home/wang/tmp/test.py(4)<module>()
-> astring = input("input here: ")

调试时如何输入?

最佳答案

您在 Python 2 中使用的函数不正确。使用 raw_input而不是 input .

关于python - 如何从 Python 调试器 (pdb) 输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46030252/

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