Info
| Version: | 0.1.0 | 
| Author(s): | Ethan Tira-Thompson | 
| Last Update: | Monday, May 19, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://stacktrace.sourceforge.net/ | 
| NuGet Url: | https://www.nuget.org/packages/stacktrace | 
Install
Install-Package stacktrace
                        dotnet add package stacktrace
                        paket add stacktrace
                        
                                stacktrace Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- stacktrace.redist(0.1)
 
Tags
                
In addition, it provides a reference implementation for C++ exceptions with stack trace metadata. Stacktrace support both Microsoft Windows and UNIX-like platforms with a GCC compiler, such as e.g.
Linux and Mac OS. Windows support is implemented through the StackWalker project, while the GCC support is implemented through the GLIBC backtrace call.