Skip to content
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

Stepping into N times on the same statement #11774

Closed
jrieken opened this issue Oct 25, 2022 · 3 comments
Closed

Stepping into N times on the same statement #11774

jrieken opened this issue Oct 25, 2022 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-debugging verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Oct 25, 2022

Testing #11768

  • "jupyter.debugJustMyCode": true,
  • use the snippet below
  • press step into on line 5
  • 🐛 you need to press step into a couple of times before it resumes on the next line
import ipywidgets as widgets

print(12)

a = widgets.IntSlider(description='a')
a
@roblourens
Copy link
Member

roblourens commented Oct 26, 2022

Filed upstream microsoft/debugpy#1104, probably sort of an ipython implementation artifact, not sure whether debugpy can do better or not

@roblourens
Copy link
Member

roblourens commented Nov 21, 2022

Reopening since I'll do a workaround for RBL specifically on our end.

@roblourens roblourens reopened this Nov 21, 2022
@roblourens roblourens added this to the November 2022 milestone Nov 21, 2022
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug notebook-debugging upstream-debugpy labels Nov 21, 2022
roblourens added a commit that referenced this issue Nov 27, 2022
This issue causes step-in with justMyCode enabled to stop multiple times on the same line.
roblourens added a commit that referenced this issue Nov 27, 2022
This issue causes step-in with justMyCode enabled to stop multiple times on the same line.
@roblourens
Copy link
Member

Real fix from debugpy is en route. Added a workaround on our end.

@connor4312 connor4312 added the verified Verification succeeded label Dec 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
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
Projects
None yet
Development

No branches or pull requests

3 participants