alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Home Page:https://birdseye.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show tracebacks for exceptions caught in call

alexmojaki opened this issue · comments

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.