Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

.NET MAUI + Blazor application debugging stops at "App.g.i.cs" file without clear cause

$
0
0

When I run my .NET MAUI + Blazor application, the Visual Studio opens App.g.i.cs file and highlights theglobal::System.Diagnostics.Debugger.Break();:

enter image description here

All clues I found is unclear call stack:

enter image description here

>   Client.dll!Client.WinUI.App.InitializeComponent.AnonymousMethod__3_2(object sender, Microsoft.UI.Xaml.UnhandledExceptionEventArgs e) Line 75    C#    [External Code] 

How I can understand what exactly causes this error?Where I can find more clues?

Currently my project has no sensitive code/data so I can share it.

🌎 GitHub repository

If you will clone this repo, please make sure that you have checked out the @issue/unknown_stop_of_debugger branch.


Viewing all articles
Browse latest Browse all 4839

Trending Articles