Skip to content
/ csp Public

Get text from C++ call stack and globals.

Notifications You must be signed in to change notification settings

domalb/csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published