Libcsdbg alternatives

Libcsdbg is a C++ exception stack tracer that provides tools to create and process exception stack traces. It captures detailed information about the call path of exceptions, including demangled function names and source code locations. It supports both single and multi-threaded programs, as well as dynamically and statically linked libraries.

Alternatives