Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ dbg_break
Function
dbg_break
server/src/system.c:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void dbg_break()
82
{
83
*((volatile unsigned*)0) = 0x0;
84
}
85
86
void dbg_msg(const char *sys, const char *fmt, ...)
87
{
Callers
1
dbg_assert_imp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected