Click or drag to resize

DebuggerClientStepOverAsync Method

Version 86.0.240
Steps over the statement.

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