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

Debugger: 'Main Thread' detection doesn't exist on Linux/Mac #1218

Open
ClaireKang opened this issue Feb 10, 2017 · 1 comment
Open

Debugger: 'Main Thread' detection doesn't exist on Linux/Mac #1218

ClaireKang opened this issue Feb 10, 2017 · 1 comment

Comments

@ClaireKang
Copy link

dotnet --info output:
VS Code version: 1.9.1
C# Extension version: 1.7.0
OS: Windows 10 Enterprise Insider Preview
Build: 15032.1000.AMD64FRE.RS_ONECORE_BASE_BPT1.170207-1700_CLIENT_ENTERPRISE_EN-US_VL.VHDX
Scenarios: WSL Pipe

Steps to reproduce

  1. Open attached folder.
    app1.zip

  2. Copy the code from Windows with the command "cp /mnt/c/temp/app1/Program.cs ." in "Bash on Ubuntu on Windows" window.

  3. dotnet build & dotnet run.

  4. Set the bp in the line 'Console.WriteLine("Hello world");'.

  5. Select 'Pipe Attach'.

  6. F5 to start debugging.

Expected behavior

expected

Actual behavior

actual

@rajkumar42
Copy link
Contributor

In non-windows platforms, "Main Thread" is not named.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants