stepOver

suspend fun stepOver(args: Debugger.StepOverParameter, mode: CommandMode = CommandMode.DEFAULT)

Steps over the statement.


suspend fun stepOver(skipList: List<Debugger.LocationRange>? = null)

Steps over the statement.

Parameters

skipList

The skipList specifies location ranges that should be skipped on step over.