vscode-csharp
vscode-csharp copied to clipboard
Default thread name is displaying "<No Name>" in call stack.
From @v-pavanp on May 20, 2016 18:1
- VSCode Version:1.1.0-alpha
- OS Version: Windows10
Steps to Reproduce:
- Launch an app and open folder which contains code for Multi-threaded app.
- Debug any multithreaded application (I tried with C#).
- Verify call stack.
Actual: If user not provided thread name explicitly then call stack it is showing up <No Name> 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