Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 340 Bytes

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