| 804 | } |
| 805 | |
| 806 | void Debugger::FinishedSingleStep() |
| 807 | { |
| 808 | // Called when we're finished single stepping and want to cancel single-step triggers |
| 809 | breakpoints_.ClearForcedBreakpoints(); |
| 810 | } |
| 811 | |
| 812 | void Debugger::FinishUpdatingNodeBreakpoints() |
| 813 | { |
nothing calls this directly
no test coverage detected