Click or drag to resize

DebuggerStepIntoAsync Method

Version 85.3.121
Steps into the function call.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> StepIntoAsync(
	Nullable<bool> breakOnAsyncCall = null
)

Parameters

breakOnAsyncCall (Optional)
Type: SystemNullableBoolean
Debugger will pause on the execution of the first async task which was scheduledbefore next pause.

Return Value

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