##// END OF EJS Templates
Add history file to debugger....
Add history file to debugger. This adds a configurable `InteractiveShell.debugger_history_file=...` which default to `~/.pdbhistory`, that store what is typed in ipdb; this make it easy to persist across sessions. Some of the logic is moved into the debugger itself so that existance and creation of file is used only once Pdb is started.

File last commit:

r25420:b1231d60
r26809:20281a01
Show More
pytest.ini
2 lines | 34 B | text/x-ini | IniLexer
[pytest]
addopts = --durations=10