()
| 570 | forgetScopes(): void; |
| 571 | restart(): Promise<void>; |
| 572 | toString(): string; |
| 573 | openInEditor(editorService: IEditorService, preserveFocus?: boolean, sideBySide?: boolean, pinned?: boolean): Promise<IEditorPane | undefined>; |
| 574 | equals(other: IStackFrame): boolean; |
| 575 | } |
no outgoing calls