Click or drag to resize

DebuggerContinueToLocationAsync Method

Version 85.3.121
Continues execution until specific location is reached.

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

Parameters

location
Type: CefSharp.DevTools.DebuggerLocation
Location to continue to.
targetCallFrames (Optional)
Type: SystemString
targetCallFrames

Return Value

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