Click or drag to resize

DebuggerRestartFrameAsync Method

Version 85.3.121
Restarts particular call frame from the beginning.

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