##// END OF EJS Templates
Use default shortcuts with terminal debugger...
Use default shortcuts with terminal debugger This uses `create_ipython_shortcuts` also for `TerminalPdb`, which then allows for using e.g. `F2` there also etc. `create_ipython_shortcuts` is used in `TerminalInteractiveShell.init_prompt_toolkit_cli` otherwise only, also passing them to `PromptSession` then only. Therefore this could be done there (in `PromptSession`) by default maybe even.
Daniel Hahler -
r25494:71199efe
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
conftest.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...