可以在PDB中使用python的默认帮助功能吗?

It is possible to use python's default help function In PDB?

在 PDB 会话中,函数 "help" 被覆盖以仅显示有关调试器命令的帮助,而不是能够执行默认 python 帮助函数可以执行的操作。有没有办法访问原来的帮助功能?

在 运行:

行前使用感叹号
(Pdb) !help(urllib2)