(path, line)
| 215 | this.doCommand(`eval id="${frame}" path="${compiled}" line="0"`); |
| 216 | } |
| 217 | doClearBreakpoint(path, line) { |
| 218 | this.doCommand(`clear-breakpoint path="${path}" line="${line}" id="@0"`); |
| 219 | } |
| 220 | doGo() { |
| 221 | this.doCommand(`go`); |
| 222 | } |
no test coverage detected