vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Default thread name is displaying "<No Name>" in call stack.

Open weinand opened this issue 9 years ago • 0 comments

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 <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. image

Copied from original issue: Microsoft/vscode#6585

weinand avatar May 21 '16 10:05 weinand