stepInto

suspend fun stepInto(args: Debugger.StepIntoParameter, mode: CommandMode = CommandMode.DEFAULT)

Steps into the function call.


suspend fun stepInto(breakOnAsyncCall: Boolean? = null, skipList: List<Debugger.LocationRange>? = null)

Steps into the function call.

Parameters

breakOnAsyncCall

Debugger will pause on the execution of the first async task which was scheduled before next pause.

skipList

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