##// END OF EJS Templates
Improve user message in lightweight crash handler.
Fernando Perez -
Show More
@@ -61,7 +61,10 b' If you suspect this is an IPython bug, please report it at:'
61 https://github.com/ipython/ipython/issues
61 https://github.com/ipython/ipython/issues
62 or send an email to the mailing list at {email}
62 or send an email to the mailing list at {email}
63
63
64 You can enable a much more verbose traceback with:
64 You can print a more detailed traceback right now with "%tb", or use "%debug"
65 to interactively debug it.
66
67 Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
65 {config}Application.verbose_crash=True
68 {config}Application.verbose_crash=True
66 """
69 """
67
70
General Comments 0
You need to be logged in to leave comments. Login now