Click or drag to resize

DebuggerClientContinueToLocationAsync Method

Version 130.1.90
Continues execution until specific location is reached.

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

Parameters

location  Location
Location to continue to.
targetCallFrames  NullableContinueToLocationTargetCallFrames  (Optional)
targetCallFrames

Return Value

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