data class StepOverRequest
Request object containing input parameters for the DebuggerDomain.stepOver command.
<init> |
Request object containing input parameters for the DebuggerDomain.stepOver command. StepOverRequest(skipList: List<LocationRange>? = null) |
skipList |
The skipList specifies location ranges that should be skipped on step over. val skipList: List<LocationRange>? |