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
@qian6 this is almost certainly because the web browser is hitting the web page twice. Do you have a restored tab open? If not, can you a Debug.WriteLine statement at that line and confirm the code just is invoked more than once?
I tried to reproduce this issue again, and I found the web browser is not loaded when first hit the breakpoint. The web browser is loaded and hit the breakpoint again after above steps #5.
Environment data
dotnet --info
output:OS: LinuxMint 17
VS Code version: v1.11.2
C# Extension version:1.9.0
Steps to reproduce
dotnet new mvc -o web
cd web
dotnet restore
dotnet run
Expected behavior
It should in running mode and display UI
Actual behavior
It hit this breakpoint again.
Log:log.txt
The text was updated successfully, but these errors were encountered: