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

Debug in python jump in other threads code while debug step by step #1792

Open
EnricoBeltramo opened this issue Dec 24, 2024 · 1 comment
Open
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@EnricoBeltramo
Copy link

Does this issue occur when all extensions are disabled?: Yes/No yes

  • VS Code Version: 1.96.2
  • OS Version: win11

After year that I use vscode without problems to debug python, in latest versions I have problem placing breakpoints in a python multithread program. I have a program with many background threads and now when I set a breakpoint in one of those thread, the ide first break in correct point, after immediately jump in a point in other threads that I'm not interested in, making the debugger unusable. Is a new behaviour? Can be avoided?
Steps to Reproduce:

  1. start a multthread python program
  2. make a breakpoint in one thread
  3. the editor stop in poin, after jump in another poin in another thread
@EnricoBeltramo
Copy link
Author

I verified that this bahaviour is not present with version of python debugger 2024.0.0

@kieferrm kieferrm assigned karthiknadig and unassigned roblourens Dec 24, 2024
@karthiknadig karthiknadig removed their assignment Dec 24, 2024
@karthiknadig karthiknadig transferred this issue from microsoft/vscode Dec 24, 2024
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

4 participants