domalb / csp

Get text from C++ call stack and globals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get text from C++ call stack and globals.


Languages

Language:C++ 82.4%Language:C 16.1%Language:Objective-C++ 1.5%