We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
dotnet --info
Open attached folder app1.zip
Change the configurations in launch.json (Pipe launch) "stopAtEntry": true,
Copy the code from Windows with the command "cp /mnt/c/temp/app1/Program.cs ." in "Bash on Ubuntu on Windows" window.
dotnet build.
Select 'Pipe launch'.
F5 to start debugging.
Break at the first line of main.(int a=1).
There is any line being hit while debugging.
##Investigation
The text was updated successfully, but these errors were encountered:
This is probably https://github.com/dotnet/coreclr/issues/8606, I'm closing this issue.
"externalConsole" for remote pipe, will not open up a new console.
Sorry, something went wrong.
No branches or pull requests
Environment data
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
Change the configurations in launch.json (Pipe launch)
"stopAtEntry": true,
Copy the code from Windows with the command "cp /mnt/c/temp/app1/Program.cs ." in "Bash on Ubuntu on Windows" window.
dotnet build.
Select 'Pipe launch'.
F5 to start debugging.
Expected behavior
Break at the first line of main.(int a=1).
Actual behavior
There is any line being hit while debugging.
##Investigation
"externalConsole": true,
There is not occur the Console window.
The text was updated successfully, but these errors were encountered: