Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 短ipdb输出_Python_Debugging_Ipdb - Fatal编程技术网

Python 短ipdb输出

Python 短ipdb输出,python,debugging,ipdb,Python,Debugging,Ipdb,我是ipdb的新手,它看起来很棒。但有一件事很烦人。当发生错误时,将显示回溯,然后显示10行“如果您怀疑……”。如何删除这些附加行(禁用/替换)。它们总是一样的,只消耗空间而没有内容 If you suspect this is an IPython bug, please report it at: https://github.com/ipython/ipython/issues or send an email to the mailing list at ipython-dev@

我是ipdb的新手,它看起来很棒。但有一件事很烦人。当发生错误时,将显示回溯,然后显示10行“如果您怀疑……”。如何删除这些附加行(禁用/替换)。它们总是一样的,只消耗空间而没有内容

If you suspect this is an IPython bug, please report it at:
    https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-dev@scipy.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
    %config Application.verbose_crash=True