DebuggerClientStepOverAsync Method |
Version 92.0.260
Steps over the statement.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public Task<DevToolsMethodResponse> StepOverAsync(
IList<LocationRange> skipList = null
)
public:
Task<DevToolsMethodResponse^>^ StepOverAsync(
IList<LocationRange^>^ skipList = nullptr
)
Parameters
- skipList (Optional)
- Type: System.Collections.GenericIListLocationRange
The skipList specifies location ranges that should be skipped on step over.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also