Click or drag to resize

DebuggerClientStepOverAsync Method

Version 118.6.80
Steps over the statement.

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