Back to Alisql

Chapter 37. Boost.Stacktrace 1.0

extra/boost/boost_1_77_0/doc/html/stacktrace.html

latest903 B
Original Source

| | Home | Libraries | People | FAQ | More |


Chapter 37. Boost.Stacktrace 1.0

Copyright © 2016-2021 Antony Polukhin

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Motivation

How can one display the call sequence in C++? What function called the current function? What call sequence led to an exception?

Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form.

|

Last revised: August 05, 2021 at 09:53:07 GMT

|

|