Cogs.Core
DebugUtils.h
1#pragma once
2
3#include "../FoundationBase.h"
4
5namespace Cogs {
7 COGSFOUNDATION_API bool isBeingDebugged();
8
10 COGSFOUNDATION_API std::string getCallstack();
11}
Contains all Cogs related functionality.
Definition: FieldSetter.h:23
COGSFOUNDATION_API bool isBeingDebugged()
Return true if the application is running under a debugger.
COGSFOUNDATION_API std::string getCallstack()
Returns the current callstack as a string.