Default thread name is displaying "<No Name>" in call stack.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
_From @v-pavanp on May 20, 2016 18:1_
- VSCode Version:1.1.0-alpha
- OS Version: Windows10
Steps to Reproduce:
1. Launch an app and open folder which contains code for Multi-threaded app.
2. Debug any multithreaded application (I tried with C#).
3. Verify call stack.
Actual: If user not provided thread name explicitly then call stack it is showing up for all the active threads (except main thread).
Expected: Can we provided some default name> May be some thread ID or method name associated with thread.

_Copied from original issue: Microsoft/vscode#6585_
Contributor guide
Assessment
This issue has not been assessed yet.