How to repeat the last command on the command-line in the python debugger, PuDB

2.8k Views Asked by At

I'm on Linux and expected it to work like pdb, gdb, i.e., press enter to repeat the last command. I understand the debugger has a Variables watch window.

1

There are 1 best solutions below

0
On

Ctrl-n/p - browse command line history