(startFrame: number, maxLevels: number, thread: number)
| 73 | clearBreakPoints(source?: string): Thenable<any>; |
| 74 | getThreads(): Thenable<Thread[]>; |
| 75 | getStack(startFrame: number, maxLevels: number, thread: number): Thenable<Stack[]>; |
| 76 | getStackVariables(thread: number, frame: number): Thenable<Variable[]>; |
| 77 | evalExpression(name: string, thread: number, frame: number): Thenable<any>; |
| 78 | isReady(): boolean; |
no outgoing calls
no test coverage detected