Cuberite
A lightweight, fast and extensible game server for Minecraft
StackTrace.h
Go to the documentation of this file.
1 
2 // StackTrace.h
3 
4 // Declares the functions to print current stack trace
5 
6 
7 
8 
9 
11 extern void PrintStackTrace(void);
12 
13 
14 
15 
void PrintStackTrace(void)
Prints the stacktrace for the current thread.
Definition: StackTrace.cpp:21