-
Notifications
You must be signed in to change notification settings - Fork 298
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
Can't hit a breakpoint on line following a function definition #7649
Closed
2 tasks done
Tracked by
#1652
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-debugging
verified
Verification succeeded
Milestone
Comments
greazer
added
bug
Issue identified by VS Code Team member as probable bug
needs-triage
notebook-debugging
labels
Sep 23, 2021
Works for me, please share the log from the Jupyter channel |
Here are my logs: Stable:
|
Insiders:
|
@greazer please share logs from insiders |
Still works for me, so someone share logs if you can repro it. Moving it out for now |
No longer am able to repro |
While verifying, I found another bug: #8063 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-debugging
verified
Verification succeeded
Applies To
What happened?
Set breakpoint on the x = 5 line of this cell:
It's critical there's a blank line before
x = 5
Debug the cell - breakpoint isn't hit.
The breakpoint will appear to try and bind to the blank line. Probably related. :) Also, same problem occurs when debugging with the interactive window and "Stop on first line when debugging" is turned off.
VS Code Version
v1.61-insiders
Jupyter Extension Version
internal build from afternoon of 9/23/2021
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
No response
The text was updated successfully, but these errors were encountered: