* The request resumes the given thread to step into a function/method and allows all other threads to run freely by resuming them. * If the debug adapter supports single thread execution (see capability `supportsSingleThreadExecutionRequests`), setting the `singleThread` argument to true preven
(params: StepInParams)
| 1576 | * The list of possible targets for a given source line can be retrieved via the `stepInTargets` request. |
| 1577 | */ |
| 1578 | stepIn(params: StepInParams): Promise<StepInResult>; |
| 1579 | |
| 1580 | /** |
| 1581 | * The request resumes the given thread to step out (return) from a function/method and allows all other threads to run freely by resuming them. |
no outgoing calls
no test coverage detected