https://github.com/boostorg/stacktrace
C++ library for storing and printing backtraces.
https://github.com/boostorg/stacktrace
backtrace boost cpp libraries printing-backtraces stack-traces stacktrace
Last synced: 6 months ago
JSON representation
C++ library for storing and printing backtraces.
- Host: GitHub
- URL: https://github.com/boostorg/stacktrace
- Owner: boostorg
- Created: 2016-06-04T12:49:32.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T17:03:06.000Z (6 months ago)
- Last Synced: 2025-04-15T03:51:33.390Z (6 months ago)
- Topics: backtrace, boost, cpp, libraries, printing-backtraces, stack-traces, stacktrace
- Language: C++
- Homepage: https://boost.org/libs/stacktrace
- Size: 744 KB
- Stars: 460
- Watchers: 22
- Forks: 77
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Boost.Stacktrace](https://boost.org/libs/stacktrace)
Library for storing and printing backtraces.
Boost.Stacktrace is a part of the [Boost C++ Libraries](https://github.com/boostorg).
### Test results
@ | Build | Tests coverage | More info
----------------|-------------- | -------------- |-----------
Develop branch: | [](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/develop) | [](https://coveralls.io/github/boostorg/stacktrace?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/stacktrace.html)
Master branch: | [](https://github.com/boostorg/stacktrace/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/master) | [](https://coveralls.io/github/boostorg/stacktrace?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/stacktrace.html)[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/stacktrace.html)
### License
Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).