Cogs.Core
Public Attributes | List of all members
Cogs::Core::Context::Debug Struct Reference

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.
 

Detailed Description

Debugging context.

Contains information on how debugging behavior should be handled for systems in this context.

Definition at line 289 of file Context.h.

Member Data Documentation

◆ enableExecutionChecks

bool Cogs::Core::Context::Debug::enableExecutionChecks = false

If execution checks should be enabled where applicable. See the CHECKED macro.

Definition at line 292 of file Context.h.

◆ miniDumpName

std::string Cogs::Core::Context::Debug::miniDumpName = "Cogs"

Naming pattern for minidumps.

Definition at line 298 of file Context.h.

◆ miniDumpPath

std::string Cogs::Core::Context::Debug::miniDumpPath = "./"

Path to store minidump files at.

Definition at line 295 of file Context.h.


The documentation for this struct was generated from the following file: