what is the equivalent of 'x' in perldb but for python's pdb in emacs?
I am just starting to use pdb to debug python in emacs, and I find the 'x' command missing that is available 开发者_如何学Pythonin perldb. Is there something similar in pdb?
You can find all the debugger commands here
pp
comes closest I think...
精彩评论