()
| 170 | } |
| 171 | |
| 172 | async function waitForPause() { |
| 173 | const {params: {callFrames}} = await Protocol.Debugger.oncePaused(); |
| 174 | const [currentFrame] = callFrames; |
| 175 | await InspectorTest.log('Function: ' + currentFrame.functionName); |
| 176 | await session.logSourceLocation(currentFrame.location); |
| 177 | } |
no test coverage detected