Click or drag to resize

DebuggerClientStepOverAsync Method

Version 130.1.90
Steps over the statement.

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

Parameters

skipList  IListLocationRange  (Optional)
The skipList specifies location ranges that should be skipped on step over.

Return Value

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