(command: string, args?: any)
| 311 | } |
| 312 | |
| 313 | public customRequest(command: string, args?: any): Promise<DebugProtocol.Response> { |
| 314 | return this.send(command, args); |
| 315 | } |
| 316 | |
| 317 | // ---- convenience methods ----------------------------------------------------------------------------------------------- |
| 318 |
no test coverage detected