Registry / utility / boost-stacktrace

boost-stacktrace

JSON →
library1.90.0vcpkgunverified

Boost stacktrace module provides a way to capture and print stack traces.

vcpkg install boost-stacktrace
INSTALL
IMPORT
SIG · BOOST-STACKTRACE
B
boost-stacktrace
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/stacktrace.hpp
#include <boost/stacktrace.hpp>

Prints the current stack trace.

#include <boost/stacktrace.hpp> #include <iostream> void foo() { std::cout << boost::stacktrace::stacktrace() << std::endl; } int main() { foo(); return 0; }
Debug
Known issues
gotchaBoost.Stacktrace may require debug symbols or specific platform support for readable output; on some systems it may produce only addresses.
fix
Compile with debug symbols and ensure addr2line or similar tools are available.
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

boost-stacktrace — pip install boost-stacktrace · libregistry