(stepAction)
| 165 | ]); |
| 166 | |
| 167 | async function waitForPauseAndStep(stepAction) { |
| 168 | await waitForPause(); |
| 169 | Protocol.Debugger[stepAction](); |
| 170 | } |
| 171 | |
| 172 | async function waitForPause() { |
| 173 | const {params: {callFrames}} = await Protocol.Debugger.oncePaused(); |
no test coverage detected