Click or drag to resize

DebuggerClientStepOverAsync Method

Version 87.1.132
Steps over the statement.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
public Task<DevToolsMethodResponse> StepOverAsync(
	IList<LocationRange> skipList = null
)

Parameters

skipList (Optional)
Type: System.Collections.GenericIListLocationRange
The skipList specifies location ranges that should be skipped on step over.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also