dotnet / dotnet/vscode-csharp

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

Open
#361 0 comments 0 reactions 1 assignee Claimed by @rajkumar42 View on GitHub
Bug Debugger Debugger-Poachable
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.
![image](https://cloud.githubusercontent.com/assets/17735796/15436912/fa6d93da-1e78-11e6-859a-ea0c14cc07f3.png)

_Copied from original issue: Microsoft/vscode#6585_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.