You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In non-windows platforms, "Main Thread" is not named.
gregg-miskelly
changed the title
Debugger: The call stack frame displays incorrectly.
Debugger: 'Main Thread' detection doesn't exist on Linux/Mac
Feb 10, 2017
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
Open attached folder.
app1.zip
Copy the code from Windows with the command "cp /mnt/c/temp/app1/Program.cs ." in "Bash on Ubuntu on Windows" window.
dotnet build & dotnet run.
Set the bp in the line 'Console.WriteLine("Hello world");'.
Select 'Pipe Attach'.
F5 to start debugging.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: