MCPcopy Create free account
hub / github.com/defold/defold / IsDebugMode

Function IsDebugMode

engine/dlib/src/dlib/dlib.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool IsDebugMode()
27 {
28 return g_DebugMode;
29 }
30
31 bool FeaturesSupported(uint32_t features)
32 {

Callers 15

ExceptionHandlerFunction · 0.85
SignalHandlerFunction · 0.85
OnCrashFunction · 0.85
WriteCrashFunction · 0.85
JSWriteDumpFunction · 0.85
WriteCrashFunction · 0.85
LogCallstackFunction · 0.85
HandlerFunction · 0.85
InitializeProfilerFunction · 0.85
UpdateProfilerFunction · 0.85
InitializeFunction · 0.85
dmLogInitSocketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected