We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de756a commit 49386a9Copy full SHA for 49386a9
1 file changed
src/Reactor/Hosting/ReactorHost.cs
@@ -570,6 +570,7 @@ void RecoverFromHookOrder(HookOrderException ex, RenderContext ctx, string mode)
570
}
571
catch (Exception ex)
572
{
573
+ Debugger.BreakForUserUnhandledException(ex);
574
_logger?.LogError(ex, "Component Render() threw");
575
ShowErrorFallback(ex);
576
return;
0 commit comments