I am trying to use boost.stacktrace library to get a full-descriptive stack-trace in c++ program with file locations and line numbers.
Without using any macros or without linking libdl /libbacktrace libraries, it is only printing a simple stacktrace.
eg:
As for the getting started page, it describes "Configuration and build settings" to get the full stack trace. But, the description given is ambiguous for me.
I am confused with the sentence
'In header only mode library could be tuned by macro. If one of the link macro from above is defined, you have to manually link with one of the libraries:'
for what it refers to macros and libraries.
I am pleased if someone can help me in understading how this can be achieved if you are working with a gcc compiler.
I want output to be as in the example in boost getting started page:
I am trying to use boost.stacktrace library to get a full-descriptive stack-trace in c++ program with file locations and line numbers.
Without using any macros or without linking libdl /libbacktrace libraries, it is only printing a simple stacktrace.
eg:
As for the getting started page, it describes "Configuration and build settings" to get the full stack trace. But, the description given is ambiguous for me.
I am confused with the sentence
'In header only mode library could be tuned by macro. If one of the link macro from above is defined, you have to manually link with one of the libraries:'
for what it refers to macros and libraries.
I am pleased if someone can help me in understading how this can be achieved if you are working with a gcc compiler.
I want output to be as in the example in boost getting started page:
Hello, I am having the issue at my website, can someone else please help with this please?
Steps I've already tried: