You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.11 adds fine grained location information to tracebacks, and uses it to print an arrow under the code line. Figure out how to get this information from the traceback objects and use it to draw the same output in the interactive debugger.
The text was updated successfully, but these errors were encountered:
Also verify that ExceptionGroup errors render correctly, they have some additional output as well but I think that might already be handled by the existing formatting.
Python 3.11 adds fine grained location information to tracebacks, and uses it to print an arrow under the code line. Figure out how to get this information from the
traceback
objects and use it to draw the same output in the interactive debugger.The text was updated successfully, but these errors were encountered: