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

Function SetDebugMode

engine/dlib/src/dlib/dlib.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20 bool g_DebugMode = true;
21 void SetDebugMode(bool debug_mode)
22 {
23 g_DebugMode = debug_mode;
24 }
25
26 bool IsDebugMode()
27 {

Callers 10

ExceptionHandlerFunction · 0.85
SignalHandlerFunction · 0.85
OnCrashFunction · 0.85
WriteCrashFunction · 0.85
JSWriteDumpFunction · 0.85
WriteCrashFunction · 0.85
LogCallstackFunction · 0.85
HandlerFunction · 0.85
TESTFunction · 0.85
dmEngineInitializeFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68