IPython provides handy object inspection tool, by writing object?
to REPL.
Can this be accessed in ipdb? It doesn't seem to be available as built-in command.
Currently I see the help gives out just the standard pdb help:
ipdb> help
Documented commands (type help <topic>):
========================================
EOF bt cont enable jump pdef psource run unt
a c continue exit l pdoc q s until
alias cl d h list pfile quit step up
args clear debug help n pinfo r tbreak w
b commands disable ignore next pinfo2 restart u whatis
break condition down j p pp return unalias where