-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Read Blazor Webview unhandled exceptions on iOS/Android #2057
Comments
any update on this? |
Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project (ideally a GitHub repo) that illustrates the problem. |
Hello @3dsx, just wondering if you're still running into this issue. If so, could you kindly provide a minimal, public, github repository which reproduces this issue. |
Hey @3dsx, thanks for pointing this out. Great news, it's already possible to access the debug window to read the messages: iOSSteps:
AndroidSteps:
@guardrex could we please get this documented somewhere? I feel like this may be a common issue and don't know if this GitHub issue will offer enough discoverability. |
@TanayParikh I've captured more details from this issue in #4441 as there are several issues around exceptions that are overlapping with each other. |
I have some errors inside my Blazor application that end up with a Blazor unhandled exception.
I'm running my Maui Blazor project on iOS 14.5 Xcode 13.0 and can't find any way neither in the debug window I can get to read those messages.
Is there any way to read them or something I can do with the ILogger service?
The text was updated successfully, but these errors were encountered: