Click or drag to resize

DebuggerClientRestartFrameAsync Method

Version 87.1.132
Restarts particular call frame from the beginning.

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