Nebula
Loading...
Searching...
No Matches
stacktrace.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
11
#include "
core/config.h
"
12
13
#if __WIN32__
14
#include "
debug/win32/win32stacktrace.h
"
15
namespace
Debug
16
{
17
class
StackTrace
:
public
Win32::Win32StackTrace
18
19
{ };
20
}
21
#endif
22
//------------------------------------------------------------------------------
StackTrace
Helper class for generating stack traces.
Win32::Win32StackTrace
Definition
win32stacktrace.h:18
config.h
Nebula compiler specific defines and configuration.
Debug
Definition
corepagehandler.cc:13
win32stacktrace.h
code
foundation
debug
stacktrace.h
Generated on Wed Nov 13 2024 21:37:27 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.