(name: string, rawValue: string)
| 77 | evalExpression(name: string, thread: number, frame: number): Thenable<any>; |
| 78 | isReady(): boolean; |
| 79 | changeVariable(name: string, rawValue: string): Thenable<any>; |
| 80 | examineMemory(from: number, to: number): Thenable<any>; |
| 81 | } |
| 82 |
no outgoing calls
no test coverage detected