MCPcopy Create free account
hub / github.com/Vector35/debugger / ApplyBreakpoints

Method ApplyBreakpoints

core/debuggercontroller.cpp:305–308  ·  view source on GitHub ↗

Apply all breakpoints that are added before the adapter is created

Source from the content-addressed store, hash-verified

303
304// Apply all breakpoints that are added before the adapter is created
305void DebuggerController::ApplyBreakpoints()
306{
307 m_state->ApplyBreakpoints();
308}
309
310
311bool DebuggerController::CanResumeTarget()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected