Click or drag to resize

DebuggerClientSetInstrumentationBreakpointAsync Method

Version 130.1.90
Sets instrumentation breakpoint.

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

Parameters

instrumentation  SetInstrumentationBreakpointInstrumentation
Instrumentation name.

Return Value

TaskSetInstrumentationBreakpointResponse
returns System.Threading.Tasks.Task<SetInstrumentationBreakpointResponse>
See Also