Click or drag to resize

DebuggerClient.SetInstrumentationBreakpointAsync Method

Version 87.1.132
Sets instrumentation breakpoint.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
public Task<SetInstrumentationBreakpointResponse> SetInstrumentationBreakpointAsync(
	string instrumentation
)

Parameters

instrumentation
Type: System.String
Instrumentation name.

Return Value

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