Info
Version: | 1.0.16 |
Author(s): | Lev Gimelfarb |
Last Update: | Thursday, February 20, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gimelfarb/ProductionStackTrace |
NuGet Url: | https://www.nuget.org/packages/ProductionStackTrace |
Install
Install-Package ProductionStackTrace
dotnet add package ProductionStackTrace
paket add ProductionStackTrace
ProductionStackTrace Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Don't want to deploy PDBs, but still get exception stack traces that map to original source line numbers? Want to have your cake and eat it too?
ProductionStackTrace is intended to run in Production, without any access to PDB symbol files.
It produces a stack trace with enough information to be analyzed by the techies back on the base with a help of a Symbol Store to get original source code line numbers.
Usage & documentation is at: https://github.com/gimelfarb/ProductionStackTrace.