/csp

Get text from C++ call stack and globals.

Primary LanguageC++

C Symbol Printer (CSP)

Get text from C++ call stack and globals. Works on Windows, MacOSX, Linux, iOS and Android

Using the code

#include "csp.h"

CspPrinter printer;
printer.PrintCallstack();

Implementation

Windows implementation is based on JochenKalmbach/StackWalker