-
Notifications
You must be signed in to change notification settings - Fork 293
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
Latest IPython breaks run by line stepping #9130
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-debugging
verified
Verification succeeded
Milestone
Comments
Same thing happens for Debug cell (just put a breakpoint on the first line) |
See this issue here: |
I just provided a pull request with a fix for this in debugpy. |
2 tasks
This was referenced Mar 31, 2022
Closing as fixed, needs to be verified |
Verified working in 8.2.0 |
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
Install IPython 8.1.0 or greater
Run by line on a cell with more than one line
It won't step through the cell one line at a time. Instead it keeps jumping back to the first line.
The text was updated successfully, but these errors were encountered: