* Gets ranges that should be stepped for the given step kind and location.
(direction: StepDirection, position: IPosition)
| 49 | * Gets ranges that should be stepped for the given step kind and location. |
| 50 | */ |
| 51 | getStepSkipList(direction: StepDirection, position: IPosition): Promise<Range[] | undefined>; |
| 52 | } |
| 53 | |
| 54 | type FrameElement = StackFrame | InlinedFrame | AsyncSeparator; |
no outgoing calls
no test coverage detected