Click or drag to resize

DebuggerClientContinueToLocationAsync Method

Version 86.0.240
Continues execution until specific location is reached.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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