-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide code mapping for debugger integration of the interactive window #3288
Comments
Does this include making line numbers clickable when a Traceback is displayed in the interactive window? Ideally for non-debugger execution as well. (sorry if I overlooked an existing issue) |
Sorry, that is not a feature we currently have. There is a goto source button, but you have to determine which line matches yourself. |
This code mapping issue is for mapping the hashed source code that jupyter generates to real code living in a file. |
In that case, feature suggestion: make the line numbers clickable when tracebacks are shown in the interactive window, for errors during "normal" execution. It seems like that would utilize the same source-map infrastructure as the debugger, but perhaps I'm misunderstanding what you mean by |
I created a new issue for your suggestion: Thanks. |
Provide the necessary infrastructure to map cell execution to hash codes in the debugger.
The text was updated successfully, but these errors were encountered: