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

Break reason is shared between threads #1701

Closed
felixfbecker opened this issue Dec 29, 2015 · 2 comments
Closed

Break reason is shared between threads #1701

felixfbecker opened this issue Dec 29, 2015 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@felixfbecker
Copy link
Contributor

If one thread breaks on exception, and the other breaks on a breakpoint, whatever reason came last will always be what is shown in the UI.

threads issue demo gif

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Dec 30, 2015
@bpasero bpasero added this to the Backlog milestone Dec 30, 2015
@isidorn isidorn closed this as completed in bb69254 Jan 4, 2016
@isidorn
Copy link
Contributor

isidorn commented Jan 4, 2016

Nice catch.
We now show the stopped reason for whatever thread is selected. Try it out in our January release and let us know what you think.

@isidorn isidorn assigned bpasero and unassigned isidorn Jan 4, 2016
@felixfbecker
Copy link
Contributor Author

👍

@bpasero bpasero modified the milestones: Jan 2016, Backlog Jan 26, 2016
@bpasero bpasero added the verified Verification succeeded label Jan 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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 debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants