()
| 312 | } |
| 313 | |
| 314 | uiLocation(): Promise<IPreferredUiLocation | undefined> { |
| 315 | return this._uiLocation; |
| 316 | } |
| 317 | |
| 318 | async _scopeVariable(scopeNumber: number, scope: IScope): Promise<Dap.Variable> { |
| 319 | const existing = scope.variables[scopeNumber]; |
no outgoing calls
no test coverage detected