You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I drop into a debugger with this setting in pytest.ini:
--pdbcls=IPython.terminal.debugger:TerminalPdb
then I can use the up/down arrows (or ctrl+P) to browse command history from previous ipdb sessions. I don't know how on earth this works but it's incredibly useful.
Is this possible in pdb+?
The text was updated successfully, but these errors were encountered:
The up/down arrows are working for me for the current session. History isn't saved from previous debugging sessions. You can probably combine Pdb+ with the IPython debugger if you want to merge the abilities.
When I drop into a debugger with this setting in
pytest.ini
:then I can use the up/down arrows (or ctrl+P) to browse command history from previous ipdb sessions. I don't know how on earth this works but it's incredibly useful.
Is this possible in pdb+?
The text was updated successfully, but these errors were encountered: