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

Debugger stops at the breakpoint twice #10600

Closed
DonJayamanne opened this issue Jun 27, 2022 · 3 comments · Fixed by #11058
Closed

Debugger stops at the breakpoint twice #10600

DonJayamanne opened this issue Jun 27, 2022 · 3 comments · Fixed by #11058
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window-debugging notebook-debugging papercut 🩸 Something affecting the productivity of the team verified Verification succeeded
Milestone

Comments

@DonJayamanne
Copy link
Contributor

print(1)
print(2)
print(3)
  • Add a breakpoint to the second line
  • Start debugging in IW or notebook
  • Debugger will stop at the desired breakpoint
  • Hit continue (F5), and debugger will stop at the same place (same breakpoint) again.
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Jun 27, 2022
@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Jun 27, 2022

Upstream issue microsoft/debugpy#964 & microsoft/debugpy#869

@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 27, 2022
@DonJayamanne DonJayamanne added notebook-debugging interactive-window-debugging upstream-debugpy papercut 🩸 Something affecting the productivity of the team and removed triage-needed Issue needs to be triaged labels Jun 27, 2022
@fabioz
Copy link

fabioz commented Aug 3, 2022

Note: this issue should be fixed in the main version in debugpy.

@roblourens
Copy link
Member

I tried with debugpy 1.6.2 and .3 (without the new environment var) and can't repro this issue. Just trying to understand the state of things, does it not happen every time?

@DonJayamanne DonJayamanne added this to the August 2022 milestone Aug 18, 2022
@DonJayamanne DonJayamanne added the verified Verification succeeded label Aug 24, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 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 interactive-window-debugging notebook-debugging papercut 🩸 Something affecting the productivity of the team verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants