Click or drag to resize

DebuggerClientRestartFrameAsync Method

Version 88.2.90
Restarts particular call frame from the beginning.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Task<RestartFrameResponse> RestartFrameAsync(
	string callFrameId
)

Parameters

callFrameId
Type: SystemString
Call frame identifier to evaluate on.

Return Value

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