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
I tried to add more cores(4 cores), and the result is as follows:
Processes 'dotnet' and 'clrdbg' are still running after stopping debugging. And if I tried do the repro steps over and over, the number of the 'dotnet' and 'clrdbg' increase as illustrated below:
I've assigned 4 cores to the VM, and the problem of #investigation didn't reproduce until the 5th time I repeated the steps above
Environment data
dotnet --info
output:VS Code version: 1.9.1
C# Extension version: 1.7.0
dotnet cli: 1.0.0-preview2-1-003177
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
app2.zip
Set a bp at the line of 12 (i++).
Press F5 to start debugging.
Remove the bp.
Press F5 to continue debugging.
Press Pause(F6) to break all. (The 'break all' has no effect )
Stop debugging
Expected behavior
Actual behavior
Investigation
The text was updated successfully, but these errors were encountered: