Apply all breakpoints that are added before the adapter is created
| 303 | |
| 304 | // Apply all breakpoints that are added before the adapter is created |
| 305 | void DebuggerController::ApplyBreakpoints() |
| 306 | { |
| 307 | m_state->ApplyBreakpoints(); |
| 308 | } |
| 309 | |
| 310 | |
| 311 | bool DebuggerController::CanResumeTarget() |
nothing calls this directly
no outgoing calls
no test coverage detected