()
| 76 | setListener(listener) { this.listener = listener; } |
| 77 | |
| 78 | stepOver() { this.sendMessageForMethodChecked("Debugger.stepOver"); } |
| 79 | stepInto() { this.sendMessageForMethodChecked("Debugger.stepInto"); } |
| 80 | stepOut() { this.sendMessageForMethodChecked("Debugger.stepOut"); } |
| 81 |
no test coverage detected