-
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
Incorrect line number in debugging cells #8263
Comments
Thanks for reporting this issue. |
I'm sorry for not getting back to you on this. |
Investigating this a bit now. For me this repro is only if black / comment lines are added. I think it might be our stripping code is not detecting the difference. If I add something like Yeah, the full repro steps are not even needed. Just adding in the spaces before the def causes the issue. |
Was this fixed? Think I just ran into this with an inline comment. |
Environment data
Expected behaviour
Debug a function locating the corresponding line.
Actual behaviour
Debug at the incorrect line.
Steps to reproduce:
Logs
The text was updated successfully, but these errors were encountered: