Click or drag to resize

DebuggerClientStepOverAsync Method

Version 102.0.100
Steps over the statement.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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