Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExceptionHandler
Function · 0.85
SignalHandler
Function · 0.85
OnCrash
Function · 0.85
WriteCrash
Function · 0.85
JSWriteDump
Function · 0.85
WriteCrash
Function · 0.85
LogCallstack
Function · 0.85
Handler
Function · 0.85
InitializeProfiler
Function · 0.85
UpdateProfiler
Function · 0.85
Initialize
Function · 0.85
dmLogInitSocket
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected