We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c358 commit 12ff72bCopy full SHA for 12ff72b
src/BootstrapBlazor/Components/ErrorLogger/BootstrapBlazorErrorBoundary.cs
@@ -69,6 +69,7 @@ protected override async Task OnErrorAsync(Exception exception)
69
protected override void BuildRenderTree(RenderTreeBuilder builder)
70
{
71
#if DEBUG
72
+ // DEBUG 模式下显示异常堆栈信息到 UI 页面方便开发人员调试
73
if (OnErrorHandleAsync == null)
74
75
var ex = CurrentException ?? _exception;
0 commit comments