dotnet/msbuild

Last-chance exception handling could indicate how it was called

Open

#1043 aperta il 19 set 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (1364 fork)batch import
Area: Debuggabilityhelp wantedtriaged

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 11g 7h) (125 PR mergiate in 30 g)

Descrizione

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.

Guida contributor