Click or drag to resize

DebuggerClient.ContinueToLocationAsync Method

Version 107.1.120
Continues execution until specific location is reached.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public Task<DevToolsMethodResponse> ContinueToLocationAsync(
	Location location,
	ContinueToLocationTargetCallFrames? targetCallFrames = null
)

Parameters

location
Type: CefSharp.DevTools.Debugger.Location
Location to continue to.
targetCallFrames (Optional)
Type: System.Nullable<ContinueToLocationTargetCallFrames>
targetCallFrames

Return Value

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