|
Cogs.Core
|
Debugging context. More...
#include <Context.h>
Public Attributes | |
| bool | enableExecutionChecks = false |
| If execution checks should be enabled where applicable. See the CHECKED macro. | |
| std::string | miniDumpPath = "./" |
| Path to store minidump files at. | |
| std::string | miniDumpName = "Cogs" |
| Naming pattern for minidumps. | |
Debugging context.
Contains information on how debugging behavior should be handled for systems in this context.
| bool Cogs::Core::Context::Debug::enableExecutionChecks = false |
| std::string Cogs::Core::Context::Debug::miniDumpName = "Cogs" |
| std::string Cogs::Core::Context::Debug::miniDumpPath = "./" |