dotnet/msbuild

Last-chance exception handling could indicate how it was called

Open

#1,043 建立於 2016年9月19日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (1,364 fork)batch import
Area: Debuggabilityhelp wantedtriaged

倉庫指標

Star
 (5,062 star)
PR 合併指標
 (平均合併 11天 7小時) (30 天內合併 125 個 PR)

描述

There are many codepaths that can get to DumpExceptionToFile, which is a last-ditch effort to try to preserve some debugging information in the case of bad failures. It'd be great if it was easy to identify which path was used for a given exception dump. Knowing, for example, that this exception was caught by the AppDomain's UnhandledException handler versus an explicit catch somewhere could be useful information.

貢獻者指南