dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.27k stars 4.73k forks source link

Blazor webassembly - Breakpoints not hitting #56028

Closed rajeshaz09 closed 3 years ago

rajeshaz09 commented 3 years ago

Describe the bug

Breakpoints are not hitting in my Blazor Webassembly application. Warning message in console is _: /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 < disabled>

But if I copy project to C:\ drive, then I can able to debug.

update1

Identified root cause of the problem. We have Directory.Build.props file located in solution file directory. Following are contents of file. https://github.com/rajeshaz09/TS/blob/28e861a151c4bededc2550008b4f2f25d43041e0/Directory.Build.props#L1-L25

I can't delete this file as many other solutions/projects depends on this. What could be the correct setting for blazor?

Exceptions (if any)

'dotnet.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\blazor-devserver.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IIS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IISIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Remote Debugger\x64\Runtime\Microsoft.VisualStudio.Debugger.Runtime.NetCoreApp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.CoreClr.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Connections.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HostFiltering.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HttpOverrides.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.ObjectPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.Diagnostics.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.IO.Pipelines.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\Microsoft.AspNetCore.Components.WebAssembly.Server.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.StaticFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Net.Http.Headers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Cng.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Csp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:5051 Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5050 Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down. Microsoft.Hosting.Lifetime: Information: Hosting environment: Development Microsoft.Hosting.Lifetime: Information: Content root path: D:\Jeeves\tfs\Jeeves\Platform\Main\Source\Services\Jeeves.Docs\Jeeves.Docs Verbose logs are written to: C:\Users\rajesh.aravapalli\AppData\Local\Temp\visualstudio-js-debugger.txt 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Intrinsics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Web.HttpUtility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Debugging hotkey: Shift+Alt+D (when application has focus) 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. blazor Loaded 9.88 MB resources This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller. Loaded 9.88 MB resources from cache mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28 : /__w/1/s/src/mono/mono/mini/debugger-engine.c:190

Further technical details

rajeshaz09 commented 3 years ago

@javiercn Identified root cause of the problem. We have Directory.Build.props file located in solution file directory. Following are contents of file. https://github.com/rajeshaz09/TS/blob/28e861a151c4bededc2550008b4f2f25d43041e0/Directory.Build.props#L1-L25

I can't delete this file as many other solutions/projects depends on this. What could be the correct setting for blazor?

captainsafia commented 3 years ago

But if I copy project to C:\ drive, then I can able to debug.

Hm. Can you clarify what drive the file is stored on? Is it a non-C drive on your machine or a networked drive?

@rajeshaz09 Can you share the contents of the %TEMP%/visualstudio-js-debug.txt file that is produced after a failed debugging session?

rajeshaz09 commented 3 years ago

@captainsafia It is not drive related problem. Identified root cause. Problem with Directory.Build.props . Please see my above comment.

Identified root cause of the problem. We have Directory.Build.props file located in solution file directory. Following are contents of file. https://github.com/rajeshaz09/TS/blob/28e861a151c4bededc2550008b4f2f25d43041e0/Directory.Build.props#L1-L25

I can't delete this file as many other solutions/projects depends on this. What could be the correct setting for blazor?

captainsafia commented 3 years ago

Can you share the contents of the %TEMP%/visualstudio-js-debug.txt file that is produced after a failed debugging session? This will help determine why the debug settings you've applied are affecting the debugger.

rajeshaz09 commented 3 years ago

@captainsafia I can reproduce issue with microsoft blazor-webassembly template. I just addedDirectory.Build.props file. Please check source code https://github.com/rajeshaz09/BlazorDemo Put breakpoint in Counter.razor-->IncrementCount function.

I am also attaching %TEMP%/visualstudio-js-debug.txt

{"timestamp":1607051594497,"tag":"runtime.welcome","level":1,"message":"js-debug v1.50.0 started","metadata":{"os":"win32 x64","nodeVersion":"v12.16.3","adapterVersion":"1.50.0"}} {"tag":"dap.receive","timestamp":1607051594377,"metadata":{"connectionId":0,"message":{"type":"request","command":"initialize","arguments":{"pathFormat":"path","clientID":"visualstudio","clientName":"Visual Studio","adapterID":"pwa-msedge","locale":"en-US","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsRunInTerminalRequest":true,"supportsMemoryReferences":true,"supportsProgressReporting":true,"SupportsMessageBox":true,"supportsHandshakeRequest":true,"supportsVsAdditionalBreakpointBinds":true,"supportsHitCountsChange":true,"supportsVsCustomMessages":true,"supportsMapURLToFilePathRequest":true,"supportsLaunchUnelevatedProcessRequest":true},"seq":1}},"level":0} {"tag":"dap.send","timestamp":1607051594379,"metadata":{"connectionId":0,"message":{"seq":1,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"supportsConfigurationDoneRequest":true,"supportsFunctionBreakpoints":false,"supportsConditionalBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsEvaluateForHovers":true,"exceptionBreakpointFilters":[{"filter":"caught","label":"Caught Exceptions","default":false},{"filter":"uncaught","label":"Uncaught Exceptions","default":false}],"supportsStepBack":false,"supportsSetVariable":true,"supportsRestartFrame":true,"supportsGotoTargetsRequest":false,"supportsStepInTargetsRequest":false,"supportsCompletionsRequest":true,"supportsModulesRequest":false,"additionalModuleColumns":[],"supportedChecksumAlgorithms":[],"supportsRestartRequest":true,"supportsExceptionOptions":false,"supportsValueFormattingOptions":true,"supportsExceptionInfoRequest":true,"supportTerminateDebuggee":false,"supportsDelayedStackTraceLoading":true,"supportsLoadedSourcesRequest":true,"supportsLogPoints":true,"supportsTerminateThreadsRequest":false,"supportsSetExpression":false,"supportsTerminateRequest":false,"completionTriggerCharacters":[".","[","\"","'"],"supportsBreakpointLocationsRequest":true,"supportsClipboardContext":true}}},"level":0} {"tag":"dap.send","timestamp":1607051594382,"metadata":{"connectionId":0,"message":{"seq":2,"type":"event","event":"initialized","body":{}}},"level":0} {"tag":"dap.receive","timestamp":1607051594472,"metadata":{"connectionId":0,"message":{"type":"request","command":"launch","arguments":{"WebRoot":"C:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\wwwroot","rootPath":"C:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\wwwroot","__workspaceFolder":"C:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\wwwroot","runtimeExecutable":"C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe","runtimeArgs":[],"sourceMaps":true,"url":"https://localhost:5001/","trace":{"logFile":"C:\\Users\\rajesh.aravapalli\\AppData\\Local\\Temp\\visualstudio-js-debugger.txt"},"port":1668,"launchUnelevated":false,"projectGuid":"34bb27b4-76f4-4960-a2a5-3689d0e6b56b","userDataDir":"C:\\Users\\rajesh.aravapalli\\AppData\\Local\\Microsoft\\VisualStudio\\16.0_439d169e\\WebTools\\E906737D_737C9168","breakOnLoad":true,"smartStep":true,"skipFiles":[],"showAsyncStacks":true,"timeout":60000,"inspectUri":"{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}","cleanUp":"onlyTab","name":"Visual Studio launch configuration override","type":"pwa-msedge","request":"launch","continueOnDisconnect":true},"seq":2}},"level":0} {"tag":"dap.send","timestamp":1607051594475,"metadata":{"connectionId":0,"message":{"seq":3,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/launch","data":{"type":"pwa-msedge","request":"launch","os":"win32 x64","nodeVersion":"v12.16.3","adapterVersion":"1.50.0","parameters":"{\"type\":\"pwa-msedge\",\"name\":\"<string>\",\"request\":\"launch\",\"trace\":{\"logFile\":\"<string>\"},\"outputCapture\":\"console\",\"timeout\":60000,\"timeouts\":{},\"showAsyncStacks\":true,\"skipFiles\":[],\"smartStep\":true,\"sourceMaps\":true,\"pauseForSourceMap\":true,\"resolveSourceMapLocations\":null,\"rootPath\":\"<string>\",\"outFiles\":[\"<string>\",\"<string>\"],\"sourceMapPathOverrides\":{\"webpack://?:*/*\":\"<string>\",\"webpack:///./~/*\":\"<string>\",\"meteor://💻app/*\":\"<string>\"},\"enableContentValidation\":true,\"cascadeTerminateToConfigurations\":[],\"__workspaceFolder\":\"<string>\",\"__autoExpandGetters\":false,\"__breakOnConditionalError\":false,\"address\":\"localhost\",\"port\":1668,\"disableNetworkCache\":true,\"pathMapping\":{},\"url\":\"<string>\",\"restart\":false,\"urlFilter\":\"*\",\"webRoot\":\"<string>\",\"server\":null,\"browserAttachLocation\":\"workspace\",\"targetSelection\":\"automatic\",\"vueComponentPaths\":[\"<string>\",\"<string>\"],\"cwd\":null,\"file\":null,\"env\":{},\"includeDefaultArgs\":true,\"runtimeArgs\":[],\"runtimeExecutable\":\"<string>\",\"userDataDir\":\"<string>\",\"browserLaunchLocation\":\"workspace\",\"profileStartup\":false,\"cleanUp\":\"<string>\",\"useWebView\":false,\"WebRoot\":\"<string>\",\"launchUnelevated\":false,\"projectGuid\":\"<string>\",\"breakOnLoad\":true,\"inspectUri\":\"<string>\",\"continueOnDisconnect\":true}"}}}},"level":0} {"tag":"dap.send","timestamp":1607051594480,"metadata":{"connectionId":0,"message":{"seq":4,"type":"event","event":"output","body":{"category":"console","output":"Verbose logs are written to:\nC:\\Users\\rajesh.aravapalli\\AppData\\Local\\Temp\\visualstudio-js-debugger.txt\n"}}},"level":0} {"tag":"dap.receive","timestamp":1607051594839,"metadata":{"connectionId":0,"message":{"type":"request","command":"setBreakpoints","arguments":{"source":{"path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","sources":[],"checksums":[]},"breakpoints":[{"line":14,"column":9}],"lines":[14]},"seq":3}},"level":0} {"tag":"dap.send","timestamp":1607051594840,"metadata":{"connectionId":0,"message":{"seq":5,"type":"response","request_seq":3,"command":"setBreakpoints","success":true,"body":{"breakpoints":[{"id":1,"verified":false,"message":"Unbound breakpoint"}]}}},"level":0} {"tag":"dap.receive","timestamp":1607051594855,"metadata":{"connectionId":0,"message":{"type":"request","command":"setExceptionBreakpoints","arguments":{"filters":[]},"seq":4}},"level":0} {"tag":"dap.send","timestamp":1607051594855,"metadata":{"connectionId":0,"message":{"seq":6,"type":"response","request_seq":4,"command":"setExceptionBreakpoints","success":true,"body":{}}},"level":0} {"tag":"dap.receive","timestamp":1607051594859,"metadata":{"connectionId":0,"message":{"type":"request","command":"configurationDone","arguments":{},"seq":5}},"level":0} {"tag":"dap.send","timestamp":1607051594859,"metadata":{"connectionId":0,"message":{"seq":7,"type":"response","request_seq":5,"command":"configurationDone","success":true,"body":{}}},"level":0} {"tag":"runtime.launch","timestamp":1607051595573,"message":"Discovered target URL from /json/version","metadata":{"url":"ws://localhost/devtools/browser/0b57c309-bcdf-49d9-8073-0d5abed4e776","fixed":"ws://localhost:1668/devtools/browser/0b57c309-bcdf-49d9-8073-0d5abed4e776"},"level":0} {"tag":"cdp.send","timestamp":1607051597082,"metadata":{"connectionId":0,"message":{"id":1001,"method":"Target.attachToBrowserTarget","params":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597541,"metadata":{"connectionId":0,"message":{"method":"Target.attachedToTarget","params":{"sessionId":"7DF6036C83991FB1BEF036954E988C32","targetInfo":{"targetId":"9af870ab-7bc2-4220-940b-37b1627689b6","type":"browser","title":"","url":"","attached":true,"canAccessOpener":false},"waitingForDebugger":false}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597547,"metadata":{"connectionId":0,"message":{"id":1001,"sessionId":null,"result":{"sessionId":"7DF6036C83991FB1BEF036954E988C32"}}},"level":0} {"tag":"cdp.send","timestamp":1607051597550,"metadata":{"connectionId":0,"message":{"id":1002,"method":"Target.setDiscoverTargets","params":{"discover":true},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597558,"metadata":{"connectionId":0,"message":{"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","type":"page","title":"about:blank","url":"about:blank","attached":false,"canAccessOpener":false,"browserContextId":"38130DCED9C89B95ED1F362460E8699C"}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.send","timestamp":1607051597559,"metadata":{"connectionId":0,"message":{"id":1003,"method":"Target.attachToTarget","params":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","flatten":true},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597560,"metadata":{"connectionId":0,"message":{"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"9af870ab-7bc2-4220-940b-37b1627689b6","type":"browser","title":"","url":"","attached":true,"canAccessOpener":false}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597560,"metadata":{"connectionId":0,"message":{"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"eb0b2cf2-8cfa-4c5e-a2f0-ec3bbde4bad5","type":"browser","title":"","url":"","attached":true,"canAccessOpener":false}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597560,"metadata":{"connectionId":0,"message":{"id":1002,"sessionId":"7DF6036C83991FB1BEF036954E988C32","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597562,"metadata":{"connectionId":0,"message":{"method":"Target.targetInfoChanged","params":{"targetInfo":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","type":"page","title":"about:blank","url":"about:blank","attached":true,"canAccessOpener":false,"browserContextId":"38130DCED9C89B95ED1F362460E8699C"}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597567,"metadata":{"connectionId":0,"message":{"id":1003,"sessionId":"7DF6036C83991FB1BEF036954E988C32","result":{"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597567,"metadata":{"connectionId":0,"message":{"method":"Target.attachedToTarget","params":{"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","targetInfo":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","type":"page","title":"about:blank","url":"about:blank","attached":true,"canAccessOpener":false,"browserContextId":"38130DCED9C89B95ED1F362460E8699C"},"waitingForDebugger":false},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.send","timestamp":1607051597569,"metadata":{"connectionId":0,"message":{"id":1004,"method":"Target.setAutoAttach","params":{"autoAttach":true,"waitForDebuggerOnStart":true,"flatten":true},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597569,"metadata":{"connectionId":0,"message":{"id":1005,"method":"Network.setCacheDisabled","params":{"cacheDisabled":true},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597570,"metadata":{"connectionId":0,"message":{"id":1006,"method":"Browser.getVersion","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597571,"metadata":{"connectionId":0,"message":{"id":1007,"method":"Page.enable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597571,"metadata":{"connectionId":0,"message":{"id":1008,"method":"Page.getResourceTree","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597572,"metadata":{"connectionId":0,"message":{"id":1009,"method":"ServiceWorker.enable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597573,"metadata":{"connectionId":0,"message":{"id":1010,"method":"ServiceWorker.setForceUpdateOnPageLoad","params":{"forceUpdateOnPageLoad":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597574,"metadata":{"connectionId":0,"message":{"id":1011,"method":"Network.disable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051597576,"metadata":{"connectionId":0,"message":{"id":1012,"method":"Page.waitForDebugger","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051597580,"metadata":{"connectionId":0,"message":{"seq":8,"command":"attachedChildSession","type":"request","arguments":{"config":{"type":"pwa-chrome","name":"about:blank","request":"launch","__pendingTargetId":"D7ED5DD60860A9E541FA9FC8E0394AEA","__jsDebugChildServer":"2220"}}}},"level":0} {"tag":"cdp.send","timestamp":1607051597581,"metadata":{"connectionId":0,"message":{"id":1013,"method":"Page.navigate","params":{"url":"https://localhost:5001/"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597582,"metadata":{"connectionId":0,"message":{"id":1006,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"protocolVersion":"1.3","product":"Edg/88.0.705.9","revision":"@1f7a28a7d59398fc1832df71b40f0320ac294e34","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","jsVersion":"8.8.278.3"}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597582,"metadata":{"connectionId":0,"message":{"id":1004,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597582,"metadata":{"connectionId":0,"message":{"id":1005,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"id":1007,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"id":1009,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"id":1010,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"id":1008,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"frameTree":{"frame":{"id":"8BEAAD39D74424058DC1C1C72A71F9D5","loaderId":"0ADDEC272C3B6209649EFB4A865150B6","url":"about:blank","domainAndRegistry":"","securityOrigin":"://","mimeType":"text/html","adFrameType":"none","secureContextType":"InsecureScheme","crossOriginIsolatedContextType":"NotIsolated","gatedAPIFeatures":["SharedArrayBuffers","SharedArrayBuffersTransferAllowed"]},"resources":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"id":1011,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597583,"metadata":{"connectionId":0,"message":{"method":"ServiceWorker.workerRegistrationUpdated","params":{"registrations":[]},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597584,"metadata":{"connectionId":0,"message":{"method":"ServiceWorker.workerVersionUpdated","params":{"versions":[]},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"runtime.target","timestamp":1607051597584,"message":"Retrieved browser information","metadata":{"protocolVersion":"1.3","product":"Edg/88.0.705.9","revision":"@1f7a28a7d59398fc1832df71b40f0320ac294e34","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","jsVersion":"8.8.278.3"},"level":0} {"tag":"dap.send","timestamp":1607051597584,"metadata":{"connectionId":0,"message":{"seq":9,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/browserVersion","data":{"browser":"Edg/88.0.705.9","targetCRDPVersion":"1.3","targetRevision":"@1f7a28a7d59398fc1832df71b40f0320ac294e34","targetUserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","targetV8":"8.8.278.3","targetVersion":"88.0.705.9","targetProject":"Edg","targetProduct":""}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597844,"metadata":{"connectionId":0,"message":{"id":1013,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","loaderId":"990A268D2879E8D70F2CB291B53C039D"}}},"level":0} {"tag":"runtime.launch","timestamp":1607051597845,"message":"Launched successfully","metadata":{"name":"k"},"level":1} {"tag":"dap.send","timestamp":1607051597845,"metadata":{"connectionId":0,"message":{"seq":10,"type":"response","request_seq":2,"command":"launch","success":true,"body":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051597849,"metadata":{"connectionId":0,"message":{"method":"Page.frameStartedLoading","params":{"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597880,"metadata":{"connectionId":0,"message":{"method":"Target.targetInfoChanged","params":{"targetInfo":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","type":"page","title":"https://localhost:5001","url":"https://localhost:5001/","attached":true,"canAccessOpener":false,"browserContextId":"38130DCED9C89B95ED1F362460E8699C"}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"cdp.receive","timestamp":1607051597882,"metadata":{"connectionId":0,"message":{"method":"Page.frameNavigated","params":{"frame":{"id":"8BEAAD39D74424058DC1C1C72A71F9D5","loaderId":"990A268D2879E8D70F2CB291B53C039D","url":"https://localhost:5001/","domainAndRegistry":"","securityOrigin":"https://localhost:5001","mimeType":"text/html","adFrameType":"none","secureContextType":"SecureLocalhost","crossOriginIsolatedContextType":"NotIsolated","gatedAPIFeatures":["SharedArrayBuffers","SharedArrayBuffersTransferAllowed"]}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051598262,"metadata":{"connectionId":0,"message":{"id":1014,"method":"Runtime.enable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051598262,"metadata":{"connectionId":0,"message":{"id":1015,"method":"Network.enable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051598263,"metadata":{"connectionId":0,"message":{"id":1016,"method":"Debugger.enable","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051598264,"metadata":{"connectionId":0,"message":{"id":1017,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":32},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051598264,"metadata":{"connectionId":0,"message":{"id":1018,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051598265,"message":"Dequeue messages","metadata":{"message":[{"method":"ServiceWorker.workerRegistrationUpdated","params":{"registrations":[]},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"},{"method":"ServiceWorker.workerVersionUpdated","params":{"versions":[]},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"},{"method":"Page.frameStartedLoading","params":{"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"},{"method":"Page.frameNavigated","params":{"frame":{"id":"8BEAAD39D74424058DC1C1C72A71F9D5","loaderId":"990A268D2879E8D70F2CB291B53C039D","url":"https://localhost:5001/","domainAndRegistry":"","securityOrigin":"https://localhost:5001","mimeType":"text/html","adFrameType":"none","secureContextType":"SecureLocalhost","crossOriginIsolatedContextType":"NotIsolated","gatedAPIFeatures":["SharedArrayBuffers","SharedArrayBuffersTransferAllowed"]}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}]},"level":0} {"tag":"cdp.receive","timestamp":1607051598266,"metadata":{"connectionId":0,"message":{"method":"Runtime.executionContextCreated","params":{"context":{"id":2,"origin":"https://localhost:5001","name":"","auxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051598282,"metadata":{"connectionId":0,"message":{"id":1014,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051598282,"metadata":{"connectionId":0,"message":{"id":1015,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051598282,"metadata":{"connectionId":0,"message":{"id":1016,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"debuggerId":"8923441024902729032.3651699848489986882"}}},"level":0} {"tag":"cdp.receive","timestamp":1607051598283,"metadata":{"connectionId":0,"message":{"id":1017,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051598285,"metadata":{"connectionId":0,"message":{"id":1018,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"dap.receive","timestamp":1607051598288,"metadata":{"connectionId":1,"message":{"type":"request","command":"initialize","arguments":{"pathFormat":"path","clientID":"visualstudio","clientName":"Visual Studio","adapterID":"pwa-chrome","locale":"en-US","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsRunInTerminalRequest":true,"supportsMemoryReferences":true,"supportsProgressReporting":true,"SupportsMessageBox":true,"supportsHandshakeRequest":true,"supportsVsAdditionalBreakpointBinds":true,"supportsHitCountsChange":true,"supportsVsCustomMessages":true,"supportsMapURLToFilePathRequest":true,"supportsLaunchUnelevatedProcessRequest":true},"seq":1}},"level":0} {"tag":"dap.send","timestamp":1607051598288,"metadata":{"connectionId":1,"message":{"seq":1,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"supportsConfigurationDoneRequest":true,"supportsFunctionBreakpoints":false,"supportsConditionalBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsEvaluateForHovers":true,"exceptionBreakpointFilters":[{"filter":"caught","label":"Caught Exceptions","default":false},{"filter":"uncaught","label":"Uncaught Exceptions","default":false}],"supportsStepBack":false,"supportsSetVariable":true,"supportsRestartFrame":true,"supportsGotoTargetsRequest":false,"supportsStepInTargetsRequest":false,"supportsCompletionsRequest":true,"supportsModulesRequest":false,"additionalModuleColumns":[],"supportedChecksumAlgorithms":[],"supportsRestartRequest":true,"supportsExceptionOptions":false,"supportsValueFormattingOptions":true,"supportsExceptionInfoRequest":true,"supportTerminateDebuggee":false,"supportsDelayedStackTraceLoading":true,"supportsLoadedSourcesRequest":true,"supportsLogPoints":true,"supportsTerminateThreadsRequest":false,"supportsSetExpression":false,"supportsTerminateRequest":false,"completionTriggerCharacters":[".","[","\"","'"],"supportsBreakpointLocationsRequest":true,"supportsClipboardContext":true}}},"level":0} {"tag":"dap.send","timestamp":1607051598289,"metadata":{"connectionId":1,"message":{"seq":2,"type":"event","event":"process","body":{"name":"https://localhost:5001"}}},"level":0} {"tag":"dap.send","timestamp":1607051598289,"metadata":{"connectionId":1,"message":{"seq":3,"type":"event","event":"process","body":{"name":"JavaScript debug adapter: https://localhost:5001"}}},"level":0} {"tag":"dap.send","timestamp":1607051598289,"metadata":{"connectionId":1,"message":{"seq":4,"type":"event","event":"initialized","body":{}}},"level":0} {"tag":"dap.send","timestamp":1607051598289,"metadata":{"connectionId":1,"message":{"seq":5,"type":"event","event":"thread","body":{"reason":"started","threadId":0}}},"level":0} {"tag":"dap.receive","timestamp":1607051598344,"metadata":{"connectionId":1,"message":{"type":"request","command":"launch","arguments":{"sourceMaps":true,"trace":{"logFile":"C:\\Users\\rajesh.aravapalli\\AppData\\Local\\Temp\\visualstudio-js-debugger.txt"},"launchUnelevated":false,"breakOnLoad":true,"smartStep":true,"skipFiles":[],"showAsyncStacks":true,"timeout":10000,"cleanUp":"onlyTab","name":"about:blank","type":"pwa-chrome","request":"launch","__jsDebugChildServer":2220,"__pendingTargetId":"D7ED5DD60860A9E541FA9FC8E0394AEA"},"seq":2}},"level":0} {"tag":"dap.receive","timestamp":1607051598394,"metadata":{"connectionId":1,"message":{"type":"request","command":"setBreakpoints","arguments":{"source":{"path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","sources":[],"checksums":[]},"breakpoints":[{"line":14,"column":9}],"lines":[14]},"seq":3}},"level":0} {"tag":"cdp.send","timestamp":1607051598396,"metadata":{"connectionId":0,"message":{"id":1019,"method":"Debugger.setInstrumentationBreakpoint","params":{"instrumentation":"beforeScriptWithSourceMapExecution"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051598399,"metadata":{"connectionId":0,"message":{"id":1019,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"breakpointId":"8:beforeScriptWithSourceMapExecution"}}},"level":0} {"tag":"perf.function","timestamp":1607051598447,"message":"","metadata":{"method":"BreakpointsPredictor.createInitialMapping","duration":47},"level":0} {"tag":"cdp.send","timestamp":1607051601511,"metadata":{"connectionId":0,"message":{"id":1020,"method":"Debugger.setBreakpointByUrl","params":{"urlRegex":"[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","lineNumber":0,"columnNumber":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.send","timestamp":1607051601517,"metadata":{"connectionId":0,"message":{"id":1021,"method":"Debugger.setBreakpointByUrl","params":{"urlRegex":"[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","lineNumber":13,"columnNumber":8},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051601521,"metadata":{"connectionId":0,"message":{"seq":11,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/dap/operation","data":{"browser":"Edg/88.0.705.9","errors":[],"initialize":{"operation":"initialize","totalTime":5,"max":5,"avg":5,"stddev":null,"count":1,"failed":0},"!initialize.errors":[],"initialize.errors":[],"setBreakpoints":{"operation":"setBreakpoints","totalTime":1,"max":1,"avg":1,"stddev":null,"count":1,"failed":0},"!setBreakpoints.errors":[],"setBreakpoints.errors":[],"setExceptionBreakpoints":{"operation":"setExceptionBreakpoints","totalTime":0.7,"max":0.7,"avg":0.7,"stddev":null,"count":1,"failed":0},"!setExceptionBreakpoints.errors":[],"setExceptionBreakpoints.errors":[],"configurationDone":{"operation":"configurationDone","totalTime":0.6,"max":0.6,"avg":0.6,"stddev":null,"count":1,"failed":0},"!configurationDone.errors":[],"configurationDone.errors":[],"launch":{"operation":"launch","totalTime":3374.1,"max":3374.1,"avg":3374.1,"stddev":null,"count":1,"failed":0},"!launch.errors":[],"launch.errors":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601522,"metadata":{"connectionId":0,"message":{"id":1020,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"breakpointId":"2:0:0:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","locations":[]}}},"level":0} {"tag":"cdp.send","timestamp":1607051601545,"metadata":{"connectionId":0,"message":{"id":1022,"method":"Debugger.setBreakpointByUrl","params":{"urlRegex":"[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[uU][sS][eE][rR][sS]\\/[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\/[sS][oO][uU][rR][cC][eE]\\/[rR][eE][pP][oO][sS]\\/[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[uU][sS][eE][rR][sS]\\\\[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\\\[sS][oO][uU][rR][cC][eE]\\\\[rR][eE][pP][oO][sS]\\\\[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[pP][aA][gG][eE][sS]\\\\[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","lineNumber":0,"columnNumber":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601546,"metadata":{"connectionId":0,"message":{"id":1021,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"breakpointId":"2:13:8:[hH][tT][tT][pP][sS]:\\/\\/[lL][oO][cC][aA][lL][hH][oO][sS][tT]:5001\\/\\.\\.\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","locations":[]}}},"level":0} {"tag":"cdp.send","timestamp":1607051601548,"metadata":{"connectionId":0,"message":{"id":1023,"method":"Debugger.setBreakpointByUrl","params":{"urlRegex":"[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[uU][sS][eE][rR][sS]\\/[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\/[sS][oO][uU][rR][cC][eE]\\/[rR][eE][pP][oO][sS]\\/[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[uU][sS][eE][rR][sS]\\\\[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\\\[sS][oO][uU][rR][cC][eE]\\\\[rR][eE][pP][oO][sS]\\\\[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[pP][aA][gG][eE][sS]\\\\[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","lineNumber":13,"columnNumber":8},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601550,"metadata":{"connectionId":0,"message":{"id":1022,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"breakpointId":"2:0:0:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[uU][sS][eE][rR][sS]\\/[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\/[sS][oO][uU][rR][cC][eE]\\/[rR][eE][pP][oO][sS]\\/[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[uU][sS][eE][rR][sS]\\\\[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\\\[sS][oO][uU][rR][cC][eE]\\\\[rR][eE][pP][oO][sS]\\\\[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[pP][aA][gG][eE][sS]\\\\[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","locations":[]}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601554,"metadata":{"connectionId":0,"message":{"id":1023,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{"breakpointId":"2:13:8:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[uU][sS][eE][rR][sS]\\/[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\/[sS][oO][uU][rR][cC][eE]\\/[rR][eE][pP][oO][sS]\\/[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[uU][sS][eE][rR][sS]\\\\[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\\\[sS][oO][uU][rR][cC][eE]\\\\[rR][eE][pP][oO][sS]\\\\[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[pP][aA][gG][eE][sS]\\\\[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","locations":[]}}},"level":0} {"tag":"dap.send","timestamp":1607051601556,"metadata":{"connectionId":1,"message":{"seq":6,"type":"response","request_seq":3,"command":"setBreakpoints","success":true,"body":{"breakpoints":[{"id":1,"verified":false,"message":"Unbound breakpoint"}]}}},"level":0} {"tag":"dap.receive","timestamp":1607051601594,"metadata":{"connectionId":1,"message":{"type":"request","command":"setExceptionBreakpoints","arguments":{"filters":[]},"seq":4}},"level":0} {"tag":"cdp.send","timestamp":1607051601594,"metadata":{"connectionId":0,"message":{"id":1024,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051601596,"metadata":{"connectionId":1,"message":{"seq":7,"type":"response","request_seq":4,"command":"setExceptionBreakpoints","success":true,"body":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601601,"metadata":{"connectionId":0,"message":{"id":1024,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"dap.receive","timestamp":1607051601604,"metadata":{"connectionId":1,"message":{"type":"request","command":"configurationDone","arguments":{},"seq":5}},"level":0} {"tag":"dap.send","timestamp":1607051601605,"metadata":{"connectionId":1,"message":{"seq":8,"type":"response","request_seq":5,"command":"configurationDone","success":true,"body":{}}},"level":0} {"tag":"perf.function","timestamp":1607051601606,"message":"","metadata":{"method":"BreakpointManager.launchBlocker","duration":1},"level":0} {"tag":"cdp.send","timestamp":1607051601606,"metadata":{"connectionId":0,"message":{"id":1025,"method":"Runtime.runIfWaitingForDebugger","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051601607,"metadata":{"connectionId":1,"message":{"seq":9,"type":"response","request_seq":2,"command":"launch","success":true,"body":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601611,"metadata":{"connectionId":0,"message":{"id":1025,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601612,"metadata":{"connectionId":0,"message":{"id":1012,"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA","result":{}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601619,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3153.258498,"encodedDataLength":118,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601628,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.2","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/css/bootstrap/bootstrap.min.css","method":"GET","headers":{"Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"VeryHigh","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.033091,"wallTime":1607051601.61139,"initiator":{"type":"parser","url":"https://localhost:5001/","lineNumber":8,"columnNumber":68},"type":"Stylesheet","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601631,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.3","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/css/app.css","method":"GET","headers":{"Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"VeryHigh","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.034174,"wallTime":1607051601.612473,"initiator":{"type":"parser","url":"https://localhost:5001/","lineNumber":9,"columnNumber":48},"type":"Stylesheet","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601632,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.4","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/BlazorDemo.styles.css","method":"GET","headers":{"Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"VeryHigh","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.03481,"wallTime":1607051601.61311,"initiator":{"type":"parser","url":"https://localhost:5001/","lineNumber":10,"columnNumber":58},"type":"Stylesheet","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601632,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.5","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/_framework/blazor.webassembly.js","method":"GET","headers":{"Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"High","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.035494,"wallTime":1607051601.613793,"initiator":{"type":"parser","url":"https://localhost:5001/","lineNumber":21,"columnNumber":51},"type":"Script","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601633,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.2","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/css/bootstrap/bootstrap.min.css","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"text/css,*/*;q=0.1","sec-fetch-site":"same-origin","sec-fetch-mode":"no-cors","sec-fetch-dest":"style","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9ea2be7e2f4\"","if-modified-since":"Fri, 04 Dec 2020 03:04:25 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601634,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.3","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/css/app.css","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"text/css,*/*;q=0.1","sec-fetch-site":"same-origin","sec-fetch-mode":"no-cors","sec-fetch-dest":"style","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9ea2be5810f\"","if-modified-since":"Fri, 04 Dec 2020 03:04:25 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601635,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.4","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/BlazorDemo.styles.css","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"text/css,*/*;q=0.1","sec-fetch-site":"same-origin","sec-fetch-mode":"no-cors","sec-fetch-dest":"style","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9eb0311b7e0\"","if-modified-since":"Fri, 04 Dec 2020 03:10:26 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601635,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.5","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/_framework/blazor.webassembly.js","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"*/*","sec-fetch-site":"same-origin","sec-fetch-mode":"no-cors","sec-fetch-dest":"script","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6abbd84d80fc2\"","if-modified-since":"Mon, 26 Oct 2020 17:29:12 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601647,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.3","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"text/css","etag":"\"1d6c9ea2be5810f\"","content-length":"911"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601648,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.4","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:10:26 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"text/css","etag":"\"1d6c9eb0311b7e0\"","content-length":"2784"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601649,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.2","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"text/css","etag":"\"1d6c9ea2be7e2f4\"","content-length":"155764"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601651,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.3","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.066075,"type":"Stylesheet","response":{"url":"https://localhost:5001/css/app.css","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","server":"Kestrel","accept-ranges":"bytes","etag":"\"1d6c9ea2be5810f\"","content-length":"911","content-type":"text/css"},"mimeType":"text/css","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":73,"timing":{"requestTime":3157.036112,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":4.41,"sendEnd":5.427,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":28.248},"responseTime":1607051601642.174,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601652,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.3","timestamp":3157.06808,"dataLength":911,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601655,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.4","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.070948,"type":"Stylesheet","response":{"url":"https://localhost:5001/BlazorDemo.styles.css","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:10:26 GMT","server":"Kestrel","accept-ranges":"bytes","etag":"\"1d6c9eb0311b7e0\"","content-length":"2784","content-type":"text/css"},"mimeType":"text/css","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":64,"timing":{"requestTime":3157.037305,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":4.015,"sendEnd":4.846,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":28.053},"responseTime":1607051601642.602,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601657,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.4","timestamp":3157.071212,"dataLength":2784,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601657,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.4","timestamp":3157.068157,"encodedDataLength":64,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601658,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.2","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.073353,"type":"Stylesheet","response":{"url":"https://localhost:5001/css/bootstrap/bootstrap.min.css","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","server":"Kestrel","accept-ranges":"bytes","etag":"\"1d6c9ea2be7e2f4\"","content-length":"155764","content-type":"text/css"},"mimeType":"text/css","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":34,"timing":{"requestTime":3157.034896,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":5.24,"sendEnd":6.614,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":31.014},"responseTime":1607051601642.842,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601658,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.2","timestamp":3157.073598,"dataLength":65536,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601659,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.10","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/css/open-iconic/font/css/open-iconic-bootstrap.min.css","method":"GET","headers":{"Referer":"https://localhost:5001/css/app.css","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"VeryHigh","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.075103,"wallTime":1607051601.653402,"initiator":{"type":"parser","url":"https://localhost:5001/css/app.css"},"type":"Stylesheet","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601660,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.3","timestamp":3157.067069,"encodedDataLength":73,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601660,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.2","timestamp":3157.076184,"dataLength":65536,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601661,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.10","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/css/open-iconic/font/css/open-iconic-bootstrap.min.css","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"text/css,*/*;q=0.1","sec-fetch-site":"same-origin","sec-fetch-mode":"no-cors","sec-fetch-dest":"style","referer":"https://localhost:5001/css/app.css","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9ea2be5a633\"","if-modified-since":"Fri, 04 Dec 2020 03:04:25 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601677,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.2","timestamp":3157.076553,"dataLength":24692,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601678,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.2","timestamp":3157.071617,"encodedDataLength":34,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601739,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.10","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"text/css","etag":"\"1d6c9ea2be5a633\"","content-length":"9395"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601743,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.10","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.15798,"type":"Stylesheet","response":{"url":"https://localhost:5001/css/open-iconic/font/css/open-iconic-bootstrap.min.css","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","server":"Kestrel","accept-ranges":"bytes","etag":"\"1d6c9ea2be5a633\"","content-length":"9395","content-type":"text/css"},"mimeType":"text/css","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":34,"timing":{"requestTime":3157.076632,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":1.981,"sendEnd":2.627,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":79.366},"responseTime":1607051601733.973,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601746,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.10","timestamp":3157.15901,"dataLength":9395,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601747,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.10","timestamp":3157.157518,"encodedDataLength":34,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601769,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.5","blockedCookies":[],"headers":{"cache-control":"no-cache","date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Mon, 26 Oct 2020 17:29:12 GMT","accept-ranges":"bytes","server":"Kestrel","blazor-environment":"Development","content-type":"application/javascript","etag":"\"1d6abbd84d80fc2\"","content-length":"76738"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601838,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.5","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.252853,"type":"Script","response":{"url":"https://localhost:5001/_framework/blazor.webassembly.js","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Mon, 26 Oct 2020 17:29:12 GMT","server":"Kestrel","etag":"\"1d6abbd84d80fc2\"","blazor-environment":"Development","content-type":"application/javascript","cache-control":"no-cache","accept-ranges":"bytes","content-length":"76738"},"mimeType":"application/javascript","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":129,"timing":{"requestTime":3157.039149,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":2.901,"sendEnd":3.206,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":146.691},"responseTime":1607051601763.343,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601839,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.5","timestamp":3157.253391,"dataLength":76738,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601850,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.5","timestamp":3157.190324,"encodedDataLength":129,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601893,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.14","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/_framework/blazor.boot.json","cache-control":"max-age=0","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"*/*","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-dest":"empty","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9eb02796da4\"","if-modified-since":"Fri, 04 Dec 2020 03:10:25 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601901,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","startLine":0,"startColumn":0,"endLine":0,"endColumn":76738,"executionContextId":2,"hash":"0256fb5b61fb96c856e0586c95471a775dcf6552","executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":76738,"scriptLanguage":"JavaScript","embedderName":"https://localhost:5001/_framework/blazor.webassembly.js"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051601909,"message":"Creating source from url","metadata":{"inputUrl":"https://localhost:5001/_framework/blazor.webassembly.js"},"level":0} {"tag":"dap.send","timestamp":1607051601921,"metadata":{"connectionId":1,"message":{"seq":10,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"localhost꞉5001/_framework/blazor.webassembly.js","path":"localhost꞉5001/_framework/blazor.webassembly.js","sourceReference":472789278}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051601922,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.14","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/_framework/blazor.boot.json","method":"GET","headers":{"Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"High","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.307178,"wallTime":1607051601.885477,"initiator":{"type":"script","stack":{"callFrames":[{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":29903},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":29519},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":29624},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":28536},{"functionName":"r","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":28281},{"functionName":"e.initAsync","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":29803},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":62491},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60419},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60524},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59436},{"functionName":"r","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59181},{"functionName":"g","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":61020},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":64496},{"functionName":"n","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":911}]}},"type":"Fetch","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601923,"metadata":{"connectionId":0,"message":{"method":"Page.loadEventFired","params":{"timestamp":3157.314638},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601924,"metadata":{"connectionId":0,"message":{"method":"Page.frameStoppedLoading","params":{"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601924,"metadata":{"connectionId":0,"message":{"method":"Page.domContentEventFired","params":{"timestamp":3157.315847},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601924,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.14","blockedCookies":[],"headers":{"cache-control":"no-cache","date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:10:25 GMT","accept-ranges":"bytes","server":"Kestrel","blazor-environment":"Development","content-type":"application/json","etag":"\"1d6c9eb02796da4\"","content-length":"19236"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601925,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.14","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.327603,"type":"Fetch","response":{"url":"https://localhost:5001/_framework/blazor.boot.json","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:10:25 GMT","server":"Kestrel","etag":"\"1d6c9eb02796da4\"","blazor-environment":"Development","content-type":"application/json","cache-control":"no-cache","accept-ranges":"bytes","content-length":"19236"},"mimeType":"application/json","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":83,"timing":{"requestTime":3157.308404,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":1.721,"sendEnd":2.406,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":10.536},"responseTime":1607051601896.976,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601925,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.14","timestamp":3157.33161,"dataLength":19236,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601926,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.14","timestamp":3157.323493,"encodedDataLength":83,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051601931,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"info","args":[{"type":"string","value":"Debugging hotkey: Shift+Alt+D (when application has focus)"}],"executionContextId":2,"timestamp":1607051601926.623,"stackTrace":{"callFrames":[{"functionName":"t.attachDebuggerHotkey","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":54412},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14408},{"functionName":"start","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14371},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":63548},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60419},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60524},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59238}],"parentId":{"id":"1"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051601944,"metadata":{"connectionId":1,"message":{"seq":11,"type":"event","event":"output","body":{"category":"stdout","output":"Debugging hotkey: Shift+Alt+D (when application has focus)\n","source":{"name":"localhost꞉5001/_framework/blazor.webassembly.js","path":"localhost꞉5001/_framework/blazor.webassembly.js","sourceReference":472789278},"line":1,"column":54413}}},"level":0} {"tag":"cdp.receive","timestamp":1607051602031,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.15","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/_framework/dotnet.5.0.0.js","method":"GET","headers":{"Origin":"https://localhost:5001","Referer":"https://localhost:5001/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"Low","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3157.447031,"wallTime":1607051602.02533,"initiator":{"type":"script","stack":{"callFrames":[{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":23182},{"functionName":"l","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":23197},{"functionName":"","scriptId":"14","url":"","lineNumber":0,"columnNumber":19},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":23400},{"functionName":"start","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14371},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":63548},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60419},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":60524},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59238}],"parent":{"description":"Promise.then","callFrames":[{"functionName":"u","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59403},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59234}],"parent":{"description":"Promise.then","callFrames":[{"functionName":"u","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59403},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59413},{"functionName":"r","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":59181},{"functionName":"g","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":61020},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":64496},{"functionName":"n","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":109},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":901},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":911}]}}}},"type":"Script","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602032,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.15","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/_framework/dotnet.5.0.0.js","origin":"https://localhost:5001","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"*/*","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-dest":"script","referer":"https://localhost:5001/","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9eb01e065c3\"","if-modified-since":"Fri, 04 Dec 2020 03:10:24 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602041,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.15","blockedCookies":[],"headers":{"cache-control":"no-cache","date":"Fri, 04 Dec 2020 03:13:21 GMT","last-modified":"Fri, 04 Dec 2020 03:10:24 GMT","accept-ranges":"bytes","server":"Kestrel","vary":"Content-Encoding","blazor-environment":"Development","content-type":"application/javascript","content-encoding":"gzip","etag":"\"1d6c9eb01e065c3\"","content-length":"62915"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602042,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.15","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3157.461055,"type":"Script","response":{"url":"https://localhost:5001/_framework/dotnet.5.0.0.js","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:21 GMT","content-encoding":"gzip","last-modified":"Fri, 04 Dec 2020 03:10:24 GMT","server":"Kestrel","etag":"\"1d6c9eb01e065c3\"","blazor-environment":"Development","vary":"Content-Encoding","content-type":"application/javascript","cache-control":"no-cache","accept-ranges":"bytes","content-length":"62915"},"mimeType":"application/javascript","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":90,"timing":{"requestTime":3157.447811,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":1.278,"sendEnd":1.512,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":12.45},"responseTime":1607051602038.762,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602043,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.15","timestamp":3157.462294,"dataLength":65536,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602049,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.15","timestamp":3157.467171,"dataLength":176607,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602058,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.15","timestamp":3157.463456,"encodedDataLength":90,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051602077,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","startLine":0,"startColumn":0,"endLine":280,"endColumn":0,"executionContextId":2,"hash":"3202105d3e17e30731e868a25f24916b5e5b4b40","executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":242143,"scriptLanguage":"JavaScript","embedderName":"https://localhost:5001/_framework/dotnet.5.0.0.js"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051602078,"message":"Creating source from url","metadata":{"inputUrl":"https://localhost:5001/_framework/dotnet.5.0.0.js"},"level":0} {"tag":"dap.send","timestamp":1607051602079,"metadata":{"connectionId":1,"message":{"seq":12,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"localhost꞉5001/_framework/dotnet.5.0.0.js","path":"localhost꞉5001/_framework/dotnet.5.0.0.js","sourceReference":957038494}}}},"level":0} {"tag":"dap.send","timestamp":1607051602549,"metadata":{"connectionId":0,"message":{"seq":12,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/cdp/operation","data":{"browser":"Edg/88.0.705.9","errors":[],"Target.attachedToTarget":{"operation":"Target.attachedToTarget","totalTime":1.4,"max":1.2,"avg":0.7,"stddev":0.8,"count":2,"failed":0},"!Target.attachedToTarget.errors":[],"Target.attachedToTarget.errors":[],"Target.targetCreated":{"operation":"Target.targetCreated","totalTime":0.7,"max":0.5,"avg":0.2,"stddev":0.2,"count":3,"failed":0},"!Target.targetCreated.errors":[],"Target.targetCreated.errors":[],"Target.targetInfoChanged":{"operation":"Target.targetInfoChanged","totalTime":1.1,"max":0.6,"avg":0.6,"stddev":0,"count":2,"failed":0},"!Target.targetInfoChanged.errors":[],"Target.targetInfoChanged.errors":[],"ServiceWorker.workerRegistrationUpdated":{"operation":"ServiceWorker.workerRegistrationUpdated","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!ServiceWorker.workerRegistrationUpdated.errors":[],"ServiceWorker.workerRegistrationUpdated.errors":[],"ServiceWorker.workerVersionUpdated":{"operation":"ServiceWorker.workerVersionUpdated","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!ServiceWorker.workerVersionUpdated.errors":[],"ServiceWorker.workerVersionUpdated.errors":[],"Page.frameStartedLoading":{"operation":"Page.frameStartedLoading","totalTime":0.3,"max":0.3,"avg":0.3,"stddev":null,"count":1,"failed":0},"!Page.frameStartedLoading.errors":[],"Page.frameStartedLoading.errors":[],"Page.frameNavigated":{"operation":"Page.frameNavigated","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Page.frameNavigated.errors":[],"Page.frameNavigated.errors":[],"Runtime.executionContextCreated":{"operation":"Runtime.executionContextCreated","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Runtime.executionContextCreated.errors":[],"Runtime.executionContextCreated.errors":[],"Network.loadingFinished":{"operation":"Network.loadingFinished","totalTime":2.2,"max":0.6,"avg":0.3,"stddev":0.1,"count":8,"failed":0},"!Network.loadingFinished.errors":[],"Network.loadingFinished.errors":[],"Network.requestWillBeSent":{"operation":"Network.requestWillBeSent","totalTime":3.6,"max":1,"avg":0.5,"stddev":0.3,"count":7,"failed":0},"!Network.requestWillBeSent.errors":[],"Network.requestWillBeSent.errors":[],"Network.requestWillBeSentExtraInfo":{"operation":"Network.requestWillBeSentExtraInfo","totalTime":2.1,"max":0.4,"avg":0.3,"stddev":0.1,"count":7,"failed":0},"!Network.requestWillBeSentExtraInfo.errors":[],"Network.requestWillBeSentExtraInfo.errors":[],"Network.responseReceivedExtraInfo":{"operation":"Network.responseReceivedExtraInfo","totalTime":2.3,"max":0.5,"avg":0.3,"stddev":0.1,"count":7,"failed":0},"!Network.responseReceivedExtraInfo.errors":[],"Network.responseReceivedExtraInfo.errors":[],"Network.responseReceived":{"operation":"Network.responseReceived","totalTime":4.8,"max":1.2,"avg":0.7,"stddev":0.3,"count":7,"failed":0},"!Network.responseReceived.errors":[],"Network.responseReceived.errors":[],"Network.dataReceived":{"operation":"Network.dataReceived","totalTime":2.6,"max":0.4,"avg":0.3,"stddev":0.1,"count":10,"failed":0},"!Network.dataReceived.errors":[],"Network.dataReceived.errors":[],"Debugger.scriptParsed":{"operation":"Debugger.scriptParsed","totalTime":6.3,"max":5.8,"avg":3.1,"stddev":3.8,"count":2,"failed":0},"!Debugger.scriptParsed.errors":[],"Debugger.scriptParsed.errors":[],"Page.loadEventFired":{"operation":"Page.loadEventFired","totalTime":0.4,"max":0.4,"avg":0.4,"stddev":null,"count":1,"failed":0},"!Page.loadEventFired.errors":[],"Page.loadEventFired.errors":[],"Page.frameStoppedLoading":{"operation":"Page.frameStoppedLoading","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Page.frameStoppedLoading.errors":[],"Page.frameStoppedLoading.errors":[],"Page.domContentEventFired":{"operation":"Page.domContentEventFired","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!Page.domContentEventFired.errors":[],"Page.domContentEventFired.errors":[],"Runtime.consoleAPICalled":{"operation":"Runtime.consoleAPICalled","totalTime":7.2,"max":7.2,"avg":7.2,"stddev":null,"count":1,"failed":0},"!Runtime.consoleAPICalled.errors":[],"Runtime.consoleAPICalled.errors":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603066,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"startGroupCollapsed","args":[{"type":"string","value":"%cblazor%c Loaded 8.68 MB resources\n%cThis application was built with linking (tree shaking) disabled. Published applications will be significantly smaller."},{"type":"string","value":"background: purple; color: white; padding: 1px 3px; border-radius: 3px;"},{"type":"string","value":"font-weight: bold;"},{"type":"string","value":"font-weight: normal;"}],"executionContextId":2,"timestamp":1607051603060.09,"stackTrace":{"callFrames":[{"functionName":"e.logToConsole","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":69908},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":20513},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051603070,"metadata":{"connectionId":1,"message":{"seq":13,"type":"event","event":"output","body":{"category":"stdout","group":"startCollapsed","output":"\u001b[0m\u001b[48;5;127m\u001b[38;5;231mblazor\u001b[0m\u001b[1m Loaded 8.68 MB resources\n\u001b[0mThis application was built with linking (tree shaking) disabled. Published applications will be significantly smaller.\u001b[0m\n","source":{"name":"localhost꞉5001/_framework/blazor.webassembly.js","path":"localhost꞉5001/_framework/blazor.webassembly.js","sourceReference":472789278},"line":1,"column":69909}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603070,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"startGroupCollapsed","args":[{"type":"string","value":"Loaded 8.68 MB resources from cache"}],"executionContextId":2,"timestamp":1607051603061.457,"stackTrace":{"callFrames":[{"functionName":"e.logToConsole","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":70102},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":20513},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051603070,"metadata":{"connectionId":1,"message":{"seq":14,"type":"event","event":"output","body":{"category":"stdout","group":"startCollapsed","output":"Loaded 8.68 MB resources from cache\n","source":{"name":"localhost꞉5001/_framework/blazor.webassembly.js","path":"localhost꞉5001/_framework/blazor.webassembly.js","sourceReference":472789278},"line":1,"column":70103}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603097,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"table","args":[{"type":"object","className":"Object","description":"Object","objectId":"970783396124763667.2.15","preview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"Microsoft.AspNetCore.Authorization.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21002"}]}},{"name":"Microsoft.AspNetCore.Components.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"70950"}]}},{"name":"Microsoft.AspNetCore.Components.Forms.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"16024"}]}},{"name":"Microsoft.AspNetCore.Components.WebAssembly.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"32591"}]}},{"name":"Microsoft.AspNetCore.Components.Web.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"41102"}]}},{"name":"Microsoft.Extensions.Configuration.Abstractions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11146"}]}},{"name":"Microsoft.Extensions.Configuration.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15801"}]}},{"name":"Microsoft.Extensions.Configuration.Json.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"12915"}]}},{"name":"Microsoft.Extensions.FileProviders.Abstractions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9305"}]}},{"name":"Microsoft.AspNetCore.Metadata.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8451"}]}},{"name":"Microsoft.Extensions.DependencyInjection.Abstractions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"20083"}]}},{"name":"Microsoft.Extensions.Configuration.FileExtensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13207"}]}},{"name":"Microsoft.Extensions.FileSystemGlobbing.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"19986"}]}},{"name":"Microsoft.Extensions.Logging.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21075"}]}},{"name":"Microsoft.Extensions.Configuration.Binder.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"14343"}]}},{"name":"Microsoft.Extensions.DependencyInjection.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"35217"}]}},{"name":"Microsoft.Extensions.FileProviders.Physical.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"18876"}]}},{"name":"Microsoft.Extensions.Logging.Abstractions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24546"}]}},{"name":"Microsoft.Extensions.Options.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24152"}]}},{"name":"Microsoft.JSInterop.WebAssembly.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10107"}]}},{"name":"Microsoft.Extensions.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"19235"}]}},{"name":"Microsoft.JSInterop.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24497"}]}},{"name":"System.IO.Pipelines.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"31993"}]}},{"name":"Microsoft.CSharp.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"135740"}]}},{"name":"Microsoft.VisualBasic.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8919"}]}},{"name":"Microsoft.Win32.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9570"}]}},{"name":"Microsoft.VisualBasic.Core.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"169091"}]}},{"name":"Microsoft.Win32.Registry.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"17547"}]}},{"name":"System.Buffers.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7905"}]}},{"name":"System.AppContext.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7915"}]}},{"name":"System.Collections.Immutable.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"78315"}]}},{"name":"System.ComponentModel.Annotations.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"37811"}]}},{"name":"System.Collections.NonGeneric.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"20620"}]}},{"name":"System.ComponentModel.EventBasedAsync.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13149"}]}},{"name":"System.ComponentModel.DataAnnotations.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8614"}]}},{"name":"System.Collections.Specialized.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21420"}]}},{"name":"System.Collections.Concurrent.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"37771"}]}},{"name":"System.ComponentModel.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"17679"}]}},{"name":"System.Collections.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"41781"}]}},{"name":"System.ComponentModel.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8591"}]}},{"name":"System.Configuration.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9167"}]}},{"name":"System.ComponentModel.TypeConverter.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"112750"}]}},{"name":"System.Data.Common.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"367082"}]}},{"name":"System.Core.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10643"}]}},{"name":"System.Data.DataSetExtensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7882"}]}},{"name":"System.Diagnostics.FileVersionInfo.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9939"}]}},{"name":"System.Console.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24030"}]}},{"name":"System.Diagnostics.Debug.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8048"}]}},{"name":"System.Diagnostics.Tools.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7994"}]}},{"name":"System.Data.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10686"}]}},{"name":"System.Diagnostics.Contracts.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8125"}]}},{"name":"System.Diagnostics.Process.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"18204"}]}},{"name":"System.Diagnostics.DiagnosticSource.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"37037"}]}},{"name":"System.Diagnostics.StackTrace.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13520"}]}},{"name":"System.Diagnostics.TextWriterTraceListener.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15260"}]}},{"name":"System.Drawing.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"28214"}]}},{"name":"System.Diagnostics.TraceSource.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"23820"}]}},{"name":"System.Drawing.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9959"}]}},{"name":"System.Diagnostics.Tracing.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8248"}]}},{"name":"System.Formats.Asn1.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"35581"}]}},{"name":"System.Globalization.Calendars.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8131"}]}},{"name":"System.Dynamic.Runtime.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8241"}]}},{"name":"System.IO.Compression.ZipFile.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"12575"}]}},{"name":"System.Globalization.Extensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7970"}]}},{"name":"System.IO.Compression.Brotli.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11259"}]}},{"name":"System.IO.FileSystem.DriveInfo.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11480"}]}},{"name":"System.Globalization.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8095"}]}},{"name":"System.IO.Compression.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"46451"}]}},{"name":"System.IO.FileSystem.AccessControl.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"12708"}]}},{"name":"System.IO.FileSystem.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7989"}]}},{"name":"System.IO.MemoryMappedFiles.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"20559"}]}},{"name":"System.IO.Compression.FileSystem.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8012"}]}},{"name":"System.IO.UnmanagedMemoryStream.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7957"}]}},{"name":"System.IO.FileSystem.Watcher.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"12665"}]}},{"name":"System.Linq.Expressions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"214313"}]}},{"name":"System.IO.Pipes.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"14527"}]}},{"name":"System.IO.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8070"}]}},{"name":"System.IO.FileSystem.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"41784"}]}},{"name":"System.IO.IsolatedStorage.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13376"}]}},{"name":"System.Linq.Parallel.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"93243"}]}},{"name":"System.Linq.Queryable.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"27027"}]}},{"name":"System.IO.Pipes.AccessControl.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10831"}]}},{"name":"System.Linq.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"58191"}]}},{"name":"System.Net.Http.Json.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15566"}]}},{"name":"System.Memory.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"28421"}]}},{"name":"System.Net.Http.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"112360"}]}},{"name":"System.Net.HttpListener.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"60038"}]}},{"name":"System.Net.Mail.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"47051"}]}},{"name":"System.Net.NameResolution.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10553"}]}},{"name":"System.Net.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"46975"}]}},{"name":"System.Net.Ping.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11685"}]}},{"name":"System.Net.WebHeaderCollection.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"16756"}]}},{"name":"System.Net.NetworkInformation.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"16605"}]}},{"name":"System.Net.Security.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24903"}]}},{"name":"System.Net.Requests.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21082"}]}},{"name":"System.Net.WebProxy.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10888"}]}},{"name":"System.Net.Sockets.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"23868"}]}},{"name":"System.Net.WebSockets.Client.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21180"}]}},{"name":"System.Net.ServicePoint.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13096"}]}},{"name":"System.Net.WebClient.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13603"}]}},{"name":"System.Net.WebSockets.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"29812"}]}},{"name":"System.Numerics.Vectors.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7994"}]}},{"name":"System.Net.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8786"}]}},{"name":"System.ObjectModel.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21407"}]}},{"name":"System.Numerics.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8058"}]}},{"name":"System.Private.DataContractSerialization.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"277609"}]}},{"name":"System.Private.Uri.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"46202"}]}},{"name":"System.Private.Runtime.InteropServices.JavaScript.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21623"}]}},{"name":"System.Private.Xml.Linq.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"64897"}]}},{"name":"System.Private.Xml.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"1055570"}]}},{"name":"System.Reflection.DispatchProxy.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"18368"}]}},{"name":"System.Reflection.Emit.ILGeneration.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8032"}]}},{"name":"System.Reflection.Emit.Lightweight.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7955"}]}},{"name":"System.Reflection.Emit.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8044"}]}},{"name":"System.Reflection.Metadata.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"179691"}]}},{"name":"System.Reflection.Extensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7955"}]}},{"name":"System.Reflection.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8094"}]}},{"name":"System.Reflection.TypeExtensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11572"}]}},{"name":"System.Reflection.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8281"}]}},{"name":"System.Resources.Reader.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7914"}]}},{"name":"System.Resources.ResourceManager.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8111"}]}},{"name":"System.Resources.Writer.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13864"}]}},{"name":"System.Runtime.CompilerServices.Unsafe.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8357"}]}},{"name":"System.Runtime.CompilerServices.VisualC.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9044"}]}},{"name":"System.Runtime.Extensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8898"}]}},{"name":"System.Runtime.InteropServices.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"17568"}]}},{"name":"System.Runtime.Handles.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8000"}]}},{"name":"System.Runtime.Intrinsics.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8247"}]}},{"name":"System.Runtime.InteropServices.RuntimeInformation.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10704"}]}},{"name":"System.Runtime.Loader.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7978"}]}},{"name":"System.Runtime.Numerics.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"35012"}]}},{"name":"System.Runtime.Serialization.Formatters.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"28762"}]}},{"name":"System.Runtime.Serialization.Json.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8041"}]}},{"name":"System.Runtime.Serialization.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"11120"}]}},{"name":"System.Runtime.Serialization.Xml.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8306"}]}},{"name":"System.Runtime.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15423"}]}},{"name":"System.Runtime.Serialization.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8519"}]}},{"name":"System.Security.Cryptography.Cng.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"18343"}]}},{"name":"System.Security.Cryptography.Encoding.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"13130"}]}},{"name":"System.Security.Cryptography.Csp.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15181"}]}},{"name":"System.Security.Cryptography.Primitives.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"25629"}]}},{"name":"System.Security.AccessControl.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"19135"}]}},{"name":"System.Security.Claims.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"21198"}]}},{"name":"System.Security.Cryptography.Algorithms.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"33555"}]}},{"name":"System.Security.Cryptography.X509Certificates.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24361"}]}},{"name":"System.Security.Cryptography.OpenSsl.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"12821"}]}},{"name":"System.Security.Principal.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7973"}]}},{"name":"System.Security.Principal.Windows.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"15411"}]}},{"name":"System.ServiceProcess.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8320"}]}},{"name":"System.ServiceModel.Web.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8564"}]}},{"name":"System.Text.Encoding.CodePages.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"519851"}]}},{"name":"System.Security.SecureString.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7940"}]}},{"name":"System.Text.Encoding.Extensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8000"}]}},{"name":"System.Security.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8991"}]}},{"name":"System.Text.Encodings.Web.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"28268"}]}},{"name":"System.Text.RegularExpressions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"81378"}]}},{"name":"System.Text.Encoding.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8086"}]}},{"name":"System.Text.Json.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"121266"}]}},{"name":"System.Threading.Channels.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"24364"}]}},{"name":"System.Threading.Tasks.Dataflow.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"73789"}]}},{"name":"System.Threading.Thread.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8067"}]}},{"name":"System.Threading.Tasks.Extensions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8132"}]}},{"name":"System.Threading.ThreadPool.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7986"}]}},{"name":"System.Threading.Tasks.Parallel.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"22429"}]}},{"name":"System.Threading.Overlapped.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8025"}]}},{"name":"System.Threading.Tasks.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8503"}]}},{"name":"System.Threading.Timer.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7929"}]}},{"name":"System.Transactions.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8407"}]}},{"name":"System.Threading.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"20435"}]}},{"name":"System.Transactions.Local.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"51620"}]}},{"name":"System.ValueTuple.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"7978"}]}},{"name":"System.Web.HttpUtility.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"14494"}]}},{"name":"System.Web.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8130"}]}},{"name":"System.Windows.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8296"}]}},{"name":"System.Xml.ReaderWriter.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"9873"}]}},{"name":"System.Xml.Linq.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8251"}]}},{"name":"System.Xml.XDocument.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8185"}]}},{"name":"System.Xml.Serialization.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8278"}]}},{"name":"System.Xml.XPath.XDocument.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8442"}]}},{"name":"System.Xml.XPath.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8109"}]}},{"name":"System.Xml.XmlDocument.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8200"}]}},{"name":"System.Xml.XmlSerializer.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8676"}]}},{"name":"System.Xml.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"10490"}]}},{"name":"System.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"17942"}]}},{"name":"WindowsBase.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"8526"}]}},{"name":"mscorlib.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"20665"}]}},{"name":"netstandard.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"31896"}]}},{"name":"System.Private.CoreLib.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"1052734"}]}},{"name":"BlazorDemo.dll","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"17408"}]}},{"name":"BlazorDemo.pdb","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"60928"}]}},{"name":"dotnet.wasm","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"1101916"}]}},{"name":"dotnet.timezones.blat","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"112831"}]}},{"name":"icudt_EFIGS.dat","type":"object","value":"Object","valuePreview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"responseBytes","type":"number","value":"189666"}]}}]}}],"executionContextId":2,"timestamp":1607051603062.088,"stackTrace":{"callFrames":[{"functionName":"e.logToConsole","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":70165},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":20513},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051603104,"metadata":{"connectionId":1,"message":{"seq":15,"type":"event","event":"output","body":{"category":"stdout","output":"","variablesReference":2,"source":{"name":"localhost꞉5001/_framework/blazor.webassembly.js","path":"localhost꞉5001/_framework/blazor.webassembly.js","sourceReference":472789278},"line":1,"column":70166}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603105,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"endGroup","args":[{"type":"string","value":"console.groupEnd"}],"executionContextId":2,"timestamp":1607051603079.671,"stackTrace":{"callFrames":[{"functionName":"e.logToConsole","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":70196},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":20513},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051603105,"metadata":{"connectionId":1,"message":{"seq":16,"type":"event","event":"output","body":{"category":"stdout","output":"","group":"end"}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603106,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"endGroup","args":[{"type":"string","value":"console.groupEnd"}],"executionContextId":2,"timestamp":1607051603081.0261,"stackTrace":{"callFrames":[{"functionName":"e.logToConsole","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":70345},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":20513},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051603106,"metadata":{"connectionId":1,"message":{"seq":17,"type":"event","event":"output","body":{"category":"stdout","output":"","group":"end"}}},"level":0} {"tag":"dap.send","timestamp":1607051603290,"metadata":{"connectionId":1,"message":{"seq":18,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/dap/operation","data":{"errors":[],"initialize":{"operation":"initialize","totalTime":0.8,"max":0.8,"avg":0.8,"stddev":null,"count":1,"failed":0},"!initialize.errors":[],"initialize.errors":[],"setBreakpoints":{"operation":"setBreakpoints","totalTime":3162.5,"max":3162.5,"avg":3162.5,"stddev":null,"count":1,"failed":0},"!setBreakpoints.errors":[],"setBreakpoints.errors":[],"setExceptionBreakpoints":{"operation":"setExceptionBreakpoints","totalTime":3.1,"max":3.1,"avg":3.1,"stddev":null,"count":1,"failed":0},"!setExceptionBreakpoints.errors":[],"setExceptionBreakpoints.errors":[],"configurationDone":{"operation":"configurationDone","totalTime":2.5,"max":2.5,"avg":2.5,"stddev":null,"count":1,"failed":0},"!configurationDone.errors":[],"configurationDone.errors":[],"launch":{"operation":"launch","totalTime":3264.4,"max":3264.4,"avg":3264.4,"stddev":null,"count":1,"failed":0},"!launch.errors":[],"launch.errors":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051603802,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.11","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:10:54 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"application/font-woff","etag":"\"1d6c9ea2be5b808\"","content-length":"14984"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051603829,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSent","params":{"requestId":"3308.11","loaderId":"990A268D2879E8D70F2CB291B53C039D","documentURL":"https://localhost:5001/","request":{"url":"https://localhost:5001/css/open-iconic/font/fonts/open-iconic.woff","method":"GET","headers":{"Origin":"https://localhost:5001","Referer":"https://localhost:5001/css/open-iconic/font/css/open-iconic-bootstrap.min.css","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9"},"mixedContentType":"none","initialPriority":"VeryHigh","referrerPolicy":"strict-origin-when-cross-origin"},"timestamp":3159.220584,"wallTime":1607051603.798884,"initiator":{"type":"parser","url":"https://localhost:5001/css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"type":"Font","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","hasUserGesture":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051603842,"metadata":{"connectionId":0,"message":{"method":"Network.requestWillBeSentExtraInfo","params":{"requestId":"3308.11","associatedCookies":[],"headers":{":method":"GET",":authority":"localhost:5001",":scheme":"https",":path":"/css/open-iconic/font/fonts/open-iconic.woff","origin":"https://localhost:5001","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.11 Safari/537.36 Edg/88.0.705.9","accept":"*/*","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-dest":"font","referer":"https://localhost:5001/css/open-iconic/font/css/open-iconic-bootstrap.min.css","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9","if-none-match":"\"1d6c9ea2be5b808\"","if-modified-since":"Fri, 04 Dec 2020 03:04:25 GMT"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051604030,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceivedExtraInfo","params":{"requestId":"3308.11","blockedCookies":[],"headers":{"date":"Fri, 04 Dec 2020 03:13:23 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","accept-ranges":"bytes","server":"Kestrel","content-type":"application/font-woff","etag":"\"1d6c9ea2be5b808\"","content-length":"14984"}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051604030,"metadata":{"connectionId":0,"message":{"method":"Network.responseReceived","params":{"requestId":"3308.11","loaderId":"990A268D2879E8D70F2CB291B53C039D","timestamp":3159.257214,"type":"Font","response":{"url":"https://localhost:5001/css/open-iconic/font/fonts/open-iconic.woff","status":200,"statusText":"","headers":{"date":"Fri, 04 Dec 2020 03:13:23 GMT","last-modified":"Fri, 04 Dec 2020 03:04:25 GMT","server":"Kestrel","accept-ranges":"bytes","etag":"\"1d6c9ea2be5b808\"","content-length":"14984","content-type":"application/font-woff"},"mimeType":"application/font-woff","connectionReused":true,"connectionId":44,"remoteIPAddress":"[::1]","remotePort":5001,"fromDiskCache":false,"fromServiceWorker":false,"fromPrefetchCache":false,"encodedDataLength":86,"timing":{"requestTime":3159.25026,"proxyStart":-1,"proxyEnd":-1,"dnsStart":-1,"dnsEnd":-1,"connectStart":-1,"connectEnd":-1,"sslStart":-1,"sslEnd":-1,"workerStart":-1,"workerReady":-1,"workerFetchStart":-1,"workerRespondWithSettled":-1,"sendStart":0.646,"sendEnd":0.823,"pushStart":0,"pushEnd":0,"receiveHeadersEnd":2.478},"responseTime":1607051603831.352,"protocol":"h2","securityState":"secure","securityDetails":{"protocol":"TLS 1.2","keyExchange":"ECDHE_RSA","keyExchangeGroup":"P-384","cipher":"AES_256_GCM","certificateId":0,"subjectName":"localhost","sanList":["localhost"],"issuer":"localhost","validFrom":1603283740,"validTo":1634819740,"signedCertificateTimestampList":[],"certificateTransparencyCompliance":"not-compliant"}},"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051604030,"metadata":{"connectionId":0,"message":{"method":"Network.dataReceived","params":{"requestId":"3308.11","timestamp":3159.257304,"dataLength":14984,"encodedDataLength":0},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051604030,"metadata":{"connectionId":0,"message":{"method":"Network.loadingFinished","params":{"requestId":"3308.11","timestamp":3159.253227,"encodedDataLength":86,"shouldReportCorbBlocking":false},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051607677,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"dotnet://188_0","url":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Program.cs","executionContextId":2,"executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"dotNetUrl":"dotnet://BlazorDemo.dll/C/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Program.cs"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051607678,"message":"Creating source from url","metadata":{"inputUrl":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Program.cs","absolutePath":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Program.cs"},"level":0} {"tag":"dap.send","timestamp":1607051607678,"metadata":{"connectionId":1,"message":{"seq":19,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Program.cs","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Program.cs","sourceReference":0}}}},"level":0} {"tag":"dap.send","timestamp":1607051608083,"metadata":{"connectionId":0,"message":{"seq":13,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/cdp/operation","data":{"browser":"Edg/88.0.705.9","errors":[],"Runtime.consoleAPICalled":{"operation":"Runtime.consoleAPICalled","totalTime":12.8,"max":7.7,"avg":2.6,"stddev":3.2,"count":5,"failed":0},"!Runtime.consoleAPICalled.errors":[],"Runtime.consoleAPICalled.errors":[],"Network.responseReceivedExtraInfo":{"operation":"Network.responseReceivedExtraInfo","totalTime":0.3,"max":0.2,"avg":0.2,"stddev":0,"count":2,"failed":0},"!Network.responseReceivedExtraInfo.errors":[],"Network.responseReceivedExtraInfo.errors":[],"Network.requestWillBeSent":{"operation":"Network.requestWillBeSent","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Network.requestWillBeSent.errors":[],"Network.requestWillBeSent.errors":[],"Network.requestWillBeSentExtraInfo":{"operation":"Network.requestWillBeSentExtraInfo","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Network.requestWillBeSentExtraInfo.errors":[],"Network.requestWillBeSentExtraInfo.errors":[],"Network.responseReceived":{"operation":"Network.responseReceived","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!Network.responseReceived.errors":[],"Network.responseReceived.errors":[],"Network.dataReceived":{"operation":"Network.dataReceived","totalTime":0,"max":0,"avg":0,"stddev":null,"count":1,"failed":0},"!Network.dataReceived.errors":[],"Network.dataReceived.errors":[],"Network.loadingFinished":{"operation":"Network.loadingFinished","totalTime":0,"max":0,"avg":0,"stddev":null,"count":1,"failed":0},"!Network.loadingFinished.errors":[],"Network.loadingFinished.errors":[],"Debugger.scriptParsed":{"operation":"Debugger.scriptParsed","totalTime":0.5,"max":0.5,"avg":0.5,"stddev":null,"count":1,"failed":0},"!Debugger.scriptParsed.errors":[],"Debugger.scriptParsed.errors":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051608152,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"dotnet://188_1","url":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/SurveyPrompt.razor","executionContextId":2,"executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"dotNetUrl":"dotnet://BlazorDemo.dll/C/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/SurveyPrompt.razor"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608152,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"dotnet://188_2","url":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/NavMenu.razor","executionContextId":2,"executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"dotNetUrl":"dotnet://BlazorDemo.dll/C/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/NavMenu.razor"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608152,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"dotnet://188_3","url":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/Counter.razor","executionContextId":2,"executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"dotNetUrl":"dotnet://BlazorDemo.dll/C/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/Counter.razor"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608153,"metadata":{"connectionId":0,"message":{"method":"Debugger.breakpointResolved","params":{"breakpointId":"2:13:8:[fF][iI][lL][eE]:\\/\\/\\/[cC]:\\/[uU][sS][eE][rR][sS]\\/[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\/[sS][oO][uU][rR][cC][eE]\\/[rR][eE][pP][oO][sS]\\/[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\/[pP][aA][gG][eE][sS]\\/[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]|[cC]:\\\\[uU][sS][eE][rR][sS]\\\\[rR][aA][jJ][eE][sS][hH]\\.[aA][rR][aA][vV][aA][pP][aA][lL][lL][iI]\\\\[sS][oO][uU][rR][cC][eE]\\\\[rR][eE][pP][oO][sS]\\\\[rR][aA][jJ][eE][sS][hH][aA][zZ]09\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[bB][lL][aA][zZ][oO][rR][dD][eE][mM][oO]\\\\[pP][aA][gG][eE][sS]\\\\[cC][oO][uU][nN][tT][eE][rR]\\.[rR][aA][zZ][oO][rR]","location":{"scriptId":"dotnet://188_3","lineNumber":13,"columnNumber":8}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608153,"metadata":{"connectionId":0,"message":{"method":"Debugger.scriptParsed","params":{"scriptId":"dotnet://188_4","url":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/FetchData.razor","executionContextId":2,"executionContextAuxData":{"isDefault":true,"type":"default","frameId":"8BEAAD39D74424058DC1C1C72A71F9D5"},"dotNetUrl":"dotnet://BlazorDemo.dll/C/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/FetchData.razor"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608153,"metadata":{"connectionId":0,"message":{"method":"Mono.runtimeReady","params":{},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"cdp.receive","timestamp":1607051608153,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"debug","args":[{"type":"string","value":"mono_wasm_runtime_ready"},{"type":"string","value":"fe00e07a-5519-4dfe-b35a-f867dbaf2e28"}],"executionContextId":2,"timestamp":1607051603258.085,"stackTrace":{"callFrames":[{"functionName":"mono_wasm_runtime_ready","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":138551},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":21112},{"functionName":"callRuntimeCallbacks","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":12713},{"functionName":"postRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":13809},{"functionName":"doRun","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226023},{"functionName":"run","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":226180},{"functionName":"runCaller","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":225679},{"functionName":"removeRunDependency","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":14649},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":22462},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14044},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":14149},{"functionName":"a","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12863}],"parentId":{"id":"2"}}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051608154,"metadata":{"connectionId":1,"message":{"seq":20,"type":"event","event":"output","body":{"category":"stdout","output":"mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28\n","source":{"name":"localhost꞉5001/_framework/dotnet.5.0.0.js","path":"localhost꞉5001/_framework/dotnet.5.0.0.js","sourceReference":957038494},"line":1,"column":138552}}},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051608154,"message":"Creating source from url","metadata":{"inputUrl":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/SurveyPrompt.razor","absolutePath":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\SurveyPrompt.razor"},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051608154,"message":"Creating source from url","metadata":{"inputUrl":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Shared/NavMenu.razor","absolutePath":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\NavMenu.razor"},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051608155,"message":"Creating source from url","metadata":{"inputUrl":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/Counter.razor","absolutePath":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor"},"level":0} {"tag":"runtime.sourcecreate","timestamp":1607051608156,"message":"Creating source from url","metadata":{"inputUrl":"file:///C:/Users/rajesh.aravapalli/source/repos/rajeshaz09/BlazorDemo/BlazorDemo/Pages/FetchData.razor","absolutePath":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\FetchData.razor"},"level":0} {"tag":"dap.send","timestamp":1607051608156,"metadata":{"connectionId":1,"message":{"seq":21,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\SurveyPrompt.razor","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\SurveyPrompt.razor","sourceReference":0}}}},"level":0} {"tag":"dap.send","timestamp":1607051608157,"metadata":{"connectionId":1,"message":{"seq":22,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\NavMenu.razor","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Shared\\NavMenu.razor","sourceReference":0}}}},"level":0} {"tag":"dap.send","timestamp":1607051608157,"metadata":{"connectionId":1,"message":{"seq":23,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","sourceReference":0}}}},"level":0} {"tag":"dap.send","timestamp":1607051608158,"metadata":{"connectionId":1,"message":{"seq":24,"type":"event","event":"breakpoint","body":{"reason":"changed","breakpoint":{"id":1,"verified":true,"source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\Counter.razor","sourceReference":0},"line":14,"column":9}}}},"level":0} {"tag":"dap.send","timestamp":1607051608158,"metadata":{"connectionId":1,"message":{"seq":25,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\FetchData.razor","path":"c:\\Users\\rajesh.aravapalli\\source\\repos\\rajeshaz09\\BlazorDemo\\BlazorDemo\\Pages\\FetchData.razor","sourceReference":0}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051609735,"metadata":{"connectionId":0,"message":{"method":"Target.targetInfoChanged","params":{"targetInfo":{"targetId":"8BEAAD39D74424058DC1C1C72A71F9D5","type":"page","title":"BlazorDemo","url":"https://localhost:5001/counter","attached":true,"canAccessOpener":false,"browserContextId":"38130DCED9C89B95ED1F362460E8699C"}},"sessionId":"7DF6036C83991FB1BEF036954E988C32"}},"level":0} {"tag":"dap.send","timestamp":1607051609736,"metadata":{"connectionId":1,"message":{"seq":26,"type":"event","event":"process","body":{"name":"JavaScript debug adapter: BlazorDemo"}}},"level":0} {"tag":"cdp.receive","timestamp":1607051609741,"metadata":{"connectionId":0,"message":{"method":"Page.navigatedWithinDocument","params":{"frameId":"8BEAAD39D74424058DC1C1C72A71F9D5","url":"https://localhost:5001/counter"},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051613167,"metadata":{"connectionId":0,"message":{"seq":14,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/cdp/operation","data":{"browser":"Edg/88.0.705.9","errors":[],"Debugger.scriptParsed":{"operation":"Debugger.scriptParsed","totalTime":1,"max":0.4,"avg":0.2,"stddev":0.1,"count":4,"failed":0},"!Debugger.scriptParsed.errors":[],"Debugger.scriptParsed.errors":[],"Debugger.breakpointResolved":{"operation":"Debugger.breakpointResolved","totalTime":0.3,"max":0.3,"avg":0.3,"stddev":null,"count":1,"failed":0},"!Debugger.breakpointResolved.errors":[],"Debugger.breakpointResolved.errors":[],"Mono.runtimeReady":{"operation":"Mono.runtimeReady","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!Mono.runtimeReady.errors":[],"Mono.runtimeReady.errors":[],"Runtime.consoleAPICalled":{"operation":"Runtime.consoleAPICalled","totalTime":0.2,"max":0.2,"avg":0.2,"stddev":null,"count":1,"failed":0},"!Runtime.consoleAPICalled.errors":[],"Runtime.consoleAPICalled.errors":[],"Target.targetInfoChanged":{"operation":"Target.targetInfoChanged","totalTime":0.3,"max":0.3,"avg":0.3,"stddev":null,"count":1,"failed":0},"!Target.targetInfoChanged.errors":[],"Target.targetInfoChanged.errors":[],"Page.navigatedWithinDocument":{"operation":"Page.navigatedWithinDocument","totalTime":0.1,"max":0.1,"avg":0.1,"stddev":null,"count":1,"failed":0},"!Page.navigatedWithinDocument.errors":[],"Page.navigatedWithinDocument.errors":[]}}}},"level":0} {"tag":"cdp.receive","timestamp":1607051699629,"metadata":{"connectionId":0,"message":{"method":"Runtime.consoleAPICalled","params":{"type":"warning","args":[{"type":"string","value":": /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 <disabled>"}],"executionContextId":2,"timestamp":1607051699643.4888,"stackTrace":{"callFrames":[{"functionName":"555639","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":18673},{"functionName":"_emscripten_asm_const_int","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":106167},{"functionName":"wasm_logger","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":903594},{"functionName":"eglib_log_adapter","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1650924},{"functionName":"monoeg_g_logstr","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1081816},{"functionName":"monoeg_g_logv_nofree","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":564843},{"functionName":"monoeg_g_log","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":76012},{"functionName":"g_log_disabled","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":22494},{"functionName":"insert_breakpoint","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":666618},{"functionName":"mono_de_add_pending_breakpoints","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1185428},{"functionName":"jit_done","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1237087},{"functionName":"mono_profiler_raise_jit_done","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":199100},{"functionName":"mono_interp_transform_method","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":202445},{"functionName":"do_transform_method","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":865653},{"functionName":"interp_exec_method","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":332802},{"functionName":"interp_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1241069},{"functionName":"mono_jit_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1150541},{"functionName":"do_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":499007},{"functionName":"mono_runtime_invoke_checked","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":63066},{"functionName":"mono_runtime_try_invoke_array","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1107999},{"functionName":"ves_icall_InternalInvoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":971919},{"functionName":"ves_icall_InternalInvoke_raw","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":970580},{"functionName":"do_icall","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1658323},{"functionName":"do_icall_wrapper","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":499190},{"functionName":"interp_exec_method","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":281296},{"functionName":"interp_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1241069},{"functionName":"mono_jit_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1150541},{"functionName":"do_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":499007},{"functionName":"mono_runtime_try_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":76159},{"functionName":"mono_runtime_invoke","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1109017},{"functionName":"mono_wasm_invoke_method","scriptId":"16","url":"wasm://wasm/00aba1c6","lineNumber":0,"columnNumber":1084992},{"functionName":"Module._mono_wasm_invoke_method","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":214818},{"functionName":"call_method","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":180043},{"functionName":"","scriptId":"15","url":"https://localhost:5001/_framework/dotnet.5.0.0.js","lineNumber":0,"columnNumber":182637},{"functionName":"beginInvokeDotNetFromJS","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":21782},{"functionName":"h","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":2551},{"functionName":"e.invokeMethodAsync","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":3388},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":61384},{"functionName":"invokeWhenHeapUnlocked","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":24766},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":61333},{"functionName":"t.dispatchEvent","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":12676},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":31170},{"functionName":"","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":31194},{"functionName":"e.onGlobalEvent","scriptId":"13","url":"https://localhost:5001/_framework/blazor.webassembly.js","lineNumber":0,"columnNumber":41600}]}},"sessionId":"D7ED5DD60860A9E541FA9FC8E0394AEA"}},"level":0} {"tag":"dap.send","timestamp":1607051699630,"metadata":{"connectionId":1,"message":{"seq":27,"type":"event","event":"output","body":{"category":"stderr","output":": /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 <disabled>\n","source":{"name":"localhost꞉5001/_framework/dotnet.5.0.0.js","path":"localhost꞉5001/_framework/dotnet.5.0.0.js","sourceReference":957038494},"line":1,"column":18674}}},"level":0} {"tag":"dap.send","timestamp":1607051704636,"metadata":{"connectionId":0,"message":{"seq":15,"type":"event","event":"output","body":{"category":"telemetry","output":"js-debug/cdp/operation","data":{"browser":"Edg/88.0.705.9","errors":[],"Runtime.consoleAPICalled":{"operation":"Runtime.consoleAPICalled","totalTime":6.4,"max":6.4,"avg":6.4,"stddev":null,"count":1,"failed":0},"!Runtime.consoleAPICalled.errors":[],"Runtime.consoleAPICalled.errors":[]}}}},"level":0}

ghost commented 3 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

danleydmello commented 3 years ago

@rajeshaz09 I have exactly the same problem. As a workaround, I changed the DebugType to embedded in Directory.Build.Props file

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
        <DebugType>embedded</DebugType>
        <DebugSymbols>true</DebugSymbols>
    </PropertyGroup>
jcolmergames commented 3 years ago

Maybe I am wrong, but I could fix it by adding a missing await in a async Task

ghost commented 3 years ago

Tagging subscribers to this area: @tommcdon See info in area-owners.md if you want to be subscribed.

Issue Details
### Describe the bug Breakpoints are not hitting in my Blazor Webassembly application. Warning message in console is **_: /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 < disabled>** But if I copy project to **C:\ drive**, then I can able to debug. ### update1 Identified root cause of the problem. We have **Directory.Build.props** file located in solution file directory. Following are contents of file. https://github.com/rajeshaz09/TS/blob/28e861a151c4bededc2550008b4f2f25d43041e0/Directory.Build.props#L1-L25 I can't delete this file as many other solutions/projects depends on this. What could be the correct setting for blazor? ### Exceptions (if any) 'dotnet.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\blazor-devserver.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IIS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IISIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Remote Debugger\x64\Runtime\Microsoft.VisualStudio.Debugger.Runtime.NetCoreApp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.CoreClr.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Connections.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HostFiltering.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HttpOverrides.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.ObjectPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.Diagnostics.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.IO.Pipelines.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\Microsoft.AspNetCore.Components.WebAssembly.Server.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.StaticFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Net.Http.Headers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Cng.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Csp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:5051 Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5050 Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down. Microsoft.Hosting.Lifetime: Information: Hosting environment: Development Microsoft.Hosting.Lifetime: Information: Content root path: D:\Jeeves\tfs\Jeeves\Platform\Main\Source\Services\Jeeves.Docs\Jeeves.Docs Verbose logs are written to: C:\Users\rajesh.aravapalli\AppData\Local\Temp\visualstudio-js-debugger.txt 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Intrinsics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Web.HttpUtility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Debugging hotkey: Shift+Alt+D (when application has focus) 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. blazor Loaded 9.88 MB resources This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller. Loaded 9.88 MB resources from cache mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28 : /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 ### Further technical details - .NET 5.0 - Visual studio 2019 (16.8.1) - Blazor webassembly
Author: rajeshaz09
Assignees: -
Labels: `area-Diagnostics-coreclr`, `untriaged`
Milestone: -
ghost commented 3 years ago

Tagging subscribers to this area: @thaystg See info in area-owners.md if you want to be subscribed.

Issue Details
### Describe the bug Breakpoints are not hitting in my Blazor Webassembly application. Warning message in console is **_: /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 < disabled>** But if I copy project to **C:\ drive**, then I can able to debug. ### update1 Identified root cause of the problem. We have **Directory.Build.props** file located in solution file directory. Following are contents of file. https://github.com/rajeshaz09/TS/blob/28e861a151c4bededc2550008b4f2f25d43041e0/Directory.Build.props#L1-L25 I can't delete this file as many other solutions/projects depends on this. What could be the correct setting for blazor? ### Exceptions (if any) 'dotnet.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\blazor-devserver.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IIS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.IISIntegration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Remote Debugger\x64\Runtime\Microsoft.VisualStudio.Debugger.Runtime.NetCoreApp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\Microsoft.IntelliTrace.TelemetryObserver.CoreClr.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Connections.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HostFiltering.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.HttpOverrides.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Extensions.ObjectPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Routing.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.Diagnostics.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\System.IO.Pipelines.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\rajesh.aravapalli\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\5.0.0\tools\Microsoft.AspNetCore.Components.WebAssembly.Server.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.StaticFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.Net.Http.Headers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.X509Certificates.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Cng.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Cryptography.Csp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Microsoft.Hosting.Lifetime: Information: Now listening on: https://localhost:5051 Microsoft.Hosting.Lifetime: Information: Now listening on: http://localhost:5050 Microsoft.Hosting.Lifetime: Information: Application started. Press Ctrl+C to shut down. Microsoft.Hosting.Lifetime: Information: Hosting environment: Development Microsoft.Hosting.Lifetime: Information: Content root path: D:\Jeeves\tfs\Jeeves\Platform\Main\Source\Services\Jeeves.Docs\Jeeves.Docs Verbose logs are written to: C:\Users\rajesh.aravapalli\AppData\Local\Temp\visualstudio-js-debugger.txt 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.Intrinsics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Web.HttpUtility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Debugging hotkey: Shift+Alt+D (when application has focus) 'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.0\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. blazor Loaded 9.88 MB resources This application was built with linking (tree shaking) disabled. Published applications will be significantly smaller. Loaded 9.88 MB resources from cache mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28 : /__w/1/s/src/mono/mono/mini/debugger-engine.c:190 ### Further technical details - .NET 5.0 - Visual studio 2019 (16.8.1) - Blazor webassembly
Author: rajeshaz09
Assignees: -
Labels: `arch-wasm`, `area-Debugger-mono`, `untriaged`
Milestone: -
lewing commented 3 years ago

this is fixed in .NET6