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

Test: debug threads #5644

Closed
3 tasks done
isidorn opened this issue Apr 22, 2016 · 1 comment
Closed
3 tasks done

Test: debug threads #5644

isidorn opened this issue Apr 22, 2016 · 1 comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Apr 22, 2016

We have changed quite some things how threads are handled by the vscode debugger. Pick one language that supports multiple threads (e.g go, c++, mono, php) and verify:

  • Newly created threads are reflected in the callStack view
  • Multiple threads can be stopped at the same time and it is possible to inspect their call stack
  • One thread resuming execution does not affect other stopped threads
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Apr 22, 2016
@isidorn isidorn added this to the April 2016 milestone Apr 22, 2016
@felixfbecker
Copy link
Contributor

  • A thread that exits should disappear from the call stack view

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants