Click or drag to resize

DebuggerClientRestartFrameAsync Method

Version 86.0.240
Restarts particular call frame from the beginning.

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