MCPcopy 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
2324void Executor::SetBreakFunction(unsigned (*callback)(unsigned int))
2325{
2326 breakFunction = callback;
2327}
2328
2329void Executor::ClearBreakpoints()
2330{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected