##// 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 / sphinxext
__init__.py Loading ...
custom_doctests.py Loading ...
ipython_console_highlighting.py Loading ...
ipython_directive.py Loading ...