Description
Provides a simple, portable, self-contained stacktrace library for C++11 and newer. Developers use it to capture and print call stacks for diagnostics, crash reports, and debugging.
Install it when building software that depends on cpptrace. Stack traces can expose internal paths or data, so treat diagnostic output carefully in user reports.