Get text from C++ call stack and globals. Works on Windows, MacOSX, Linux, iOS and Android
#include "csp.h"
CspPrinter printer;
printer.PrintCallstack();
Windows implementation is based on JochenKalmbach/StackWalker
Get text from C++ call stack and globals. Works on Windows, MacOSX, Linux, iOS and Android
#include "csp.h"
CspPrinter printer;
printer.PrintCallstack();
Windows implementation is based on JochenKalmbach/StackWalker