dotnet/msbuild

Last-chance exception handling could indicate how it was called

Open

#1.043 geöffnet am 19. Sept. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.364 Forks)batch import
Area: Debuggabilityhelp wantedtriaged

Repository-Metriken

Stars
 (5.062 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 7h) (125 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide