Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ dbg_msg
Function
dbg_msg
src/base/dbg.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void dbg_msg(const char *sys, const char *fmt, ...)
58
{
59
va_list args;
60
va_start(args, fmt);
61
log_log_v(LEVEL_INFO, sys, fmt, args);
62
va_end(args);
63
}
Callers
15
Dump
Method · 0.85
OnRender
Method · 0.85
UpdateLocalTuning
Method · 0.85
TranslateGameMsg
Method · 0.85
TranslateSnap
Method · 0.85
Render
Method · 0.85
PopupGroup
Method · 0.85
PopupEvent
Method · 0.85
Append
Method · 0.85
ProcessSaveTeam
Method · 0.85
BeginTick
Method · 0.85
RecordPlayer
Method · 0.85
Calls
1
log_log_v
Function · 0.85
Tested by
1
AssertTooltip
Function · 0.68