(arg: string)
| 42 | stop(); |
| 43 | detach(); |
| 44 | interrupt(arg: string): Thenable<boolean>; |
| 45 | continue(threadId: number): Thenable<boolean>; |
| 46 | next(threadId: number, instruction: boolean): Thenable<boolean>; |
| 47 | step(threadId: number, instruction: boolean): Thenable<boolean>; |
no outgoing calls
no test coverage detected