Open
Description
openedon Aug 1, 2022
execute these cells in the interactive window
# %%
def raiser():
raise Exception("error")
# %%
raiser()
# exception raised
x = 1
Click on the some of the links in the resulting error callstack.
🐛 The cursor is placed one line off from where it should be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment