Click or drag to resize

DebuggerClientSetInstrumentationBreakpointAsync Method

Version 118.6.80
Sets instrumentation breakpoint.

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

Parameters

instrumentation
Type: CefSharp.DevTools.DebuggerSetInstrumentationBreakpointInstrumentation
Instrumentation name.

Return Value

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