(context: PreviewContextType, valueFormat?: Dap.ValueFormat)
| 147 | export interface IVariable extends IVariableContainer { |
| 148 | readonly sortOrder: number; |
| 149 | toDap(context: PreviewContextType, valueFormat?: Dap.ValueFormat): Promise<Dap.Variable>; |
| 150 | } |
| 151 | |
| 152 | interface IMemoryReadable { |
no outgoing calls
no test coverage detected