Skip to content
FloweyTheFlower420 edited this page Oct 24, 2021 · 5 revisions

Welcome to the stacktrace wiki! This library aims to be simple, small, and portable, without the hassle of using boost. Simple usage (one line!):

#include "stacktrace.h"

int main()
{
  stacktrace::dump_stacktrace(); // dumps frames and prints to cout
}

Check out the more advanced usage if you need to do more than just printing a stacktrace. If you need help building the library, visit this wiki page.

Clone this wiki locally