DebuggerClientStepOverAsync Method  | 
Version 104.4.240 
            Steps over the statement.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic 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