MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / DebuggerServerCheckBreakpoint

Function DebuggerServerCheckBreakpoint

neo/tools/debugger/debugger.cpp:229–237  ·  view source on GitHub ↗

================ DebuggerServerCheckBreakpoint Check to see if there is a breakpoint associtated with this statement ================ */

Source from the content-addressed store, hash-verified

227================
228*/
229void DebuggerServerCheckBreakpoint ( idInterpreter* interpreter, idProgram* program, int instructionPointer )
230{
231 if ( !gDebuggerServer )
232 {
233 return;
234 }
235
236 gDebuggerServer->CheckBreakpoints ( interpreter, program, instructionPointer );
237}
238
239/*
240================

Callers 1

updateDebuggerFunction · 0.85

Calls 1

CheckBreakpointsMethod · 0.80

Tested by

no test coverage detected