##// END OF EJS Templates
Fix debugger history outside of IPython....
Fix debugger history outside of IPython. This fixes the debugger when ran outside of IPython context as self.shell.debugger_history is not set.

File last commit:

r21337:03608cd1
r27137:2591ecb9
Show More
__main__.py
3 lines | 100 B | text/x-python | PythonLexer
if __name__ == '__main__':
from ipykernel import kernelapp as app
app.launch_new_instance()