Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
TEST
Function · 0.85
dmEngineInitialize
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68