-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet
Description
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:
- start a multthread python program
- make a breakpoint in one thread
- the editor stop in poin, after jump in another poin in another thread
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet