23 packages tagged with “StackTrace”
Async-friendly format for stack traces and exceptions (not needed in .NET 6+)
Full information stack trace without deploying PDBs 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
A JavaScript tool that allows you to debug your JavaScript by giving you a stack trace of function calls leading to an error (or any condition you specify).
Normally when you look at Exception.StackTrace, it looks pretty bad for async method calls, and doesn't even include line numbers when it's run on a device like Phone which lacks PDBs. This package provides an alternative, Exception.StackTraceEx(), which has cleaned up async output, and which gives line and file numbers even on phone. This way, if your app crashes, you can synthesize much better crash reports for the user to email back to you. Await DownloadAsync(url).Log() To get that richer information in exception stack-traces, you have to augment your "await expr" calls with "await expr.Log()", as shown above. Await DownloadAsync(url).Log("DownloadAsync",url) If you chose to include more information, then the exception stack traces you get will be even richer and more actionable.
Backtrace's integration with C# applications allows customers to capture and report handled and unhandled C# exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.
Catches all unhandled exceptions and sends email (or Telegram message) with details and stacktrace to you.
Analyze stack traces produced by ProductionStackTrace - source line info without deploying PDBs Usage & documentation is at: https://github.com/gimelfarb/ProductionStackTrace
Explore stack trace of a running managed process or from a minidump file
boost_stacktrace-src
Make stack trace more readable for async operations. Source, examples and more info: https://github.com/ilio/AsyncStackTrace
A simple and Libary for highlighting .NET stack traces. It converts a Stack Trace (String) in to an html highlighted (beautified) String
Apteligent (Formerly Crittercism) SDK for Windows. This SDK is currently open-sourced and community supported. Source code is here: https://github.com/crittercism/windows-client
FrankJob.Log is a .NET library that creates a new log level for log4net and uses Newtonsoft Json.NET to serialize log data in json format.
A small utility library for cleaning and formatting .NET stack traces. It removes noise from framework internals and provides a cleaner output for logging and error messages. Ideal for debugging and error monitoring.
Parses and transforms stack trace into more readable and usable list of stacktrace frames. Possibility to filter own code or specific namespace(s). ToString() overrides to include formatted versions into logging. Usable as extension methods for StackTrace object and any Exception. Parsed data is available for custom handling, if necessary.
Stacktrace JS (stacktrace-js) binding library for Bridge.NET projects.
The package to Log any exceptions, Information or any messages on a log file. it creates a log file inside the Application path and keeps logging on file with the date and time, and user.
Stacktrace aims at becomming a simple to use and platform neutral interface for retrieving stack traces from C++ programs. 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.
Redistributable components for package 'stacktrace'. This package should only be installed as a dependency. (This is not the package you are looking for).
MaulingMonKey's debug callstack collection API.
Extension function pack to increase productivity and improve source code writing.
Web adapter for ExceptionSender to catch unhandled pipeline errors.