##// END OF EJS Templates
Use prompt_toolkit.application.create_app_session for debugger prompt...
Use prompt_toolkit.application.create_app_session for debugger prompt Running the debugger prompt in the default prompt_toolkit session causes issues when more than one prompt_toolkit app is running simultaneously. The errors look exactly like those mentioned in #12192. This commit solves this by using the dedicated API from prompt_toolkit.
Maor Kleinberger -
r28024:91607ebc
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
pt_inputhooks
tests
__init__.py Loading ...
console.py Loading ...
debugger.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...
magics.py Loading ...
prompts.py Loading ...
ptutils.py Loading ...
shortcuts.py Loading ...