Show tracebacks for exceptions caught in call
alexmojaki opened this issue · 0 comments
alexmojaki commented
When an exception is raised and caught inside a call, the place where the exception happens is highlighted and the message can be seen, but only the message. If the exception originates deeper down, it may be useful to see the traceback from the current call down to the origin. Exactly how to display it is not clear.