Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetBreakFunction
Method
SetBreakFunction
NULLC/Executor.cpp:2324–2327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2322
}
2323
2324
void Executor::SetBreakFunction(unsigned (*callback)(unsigned int))
2325
{
2326
breakFunction = callback;
2327
}
2328
2329
void Executor::ClearBreakpoints()
2330
{
Callers
1
nullcDebugSetBreakFunction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected