Open
Description
Environment data
dotnet --info
output:
VS Code version: 1.7.1
C# Extension version: v.1.5.0-beta7
.NET Core version: 1.0.0-SDK Preview4
Steps to reproduce
- Open hwapp folder in attachments directly
- Set a breakpoint at line of 10 in Program.cs file
- Press F5 to start debugging
Expected behavior
It should display immediately variables value in local window
Actual behavior
After it hit breakpoint ,and it display variables value more than 6 seconds in local window
hwapp.zip