Click or drag to resize

DebuggerClientSetInstrumentationBreakpointAsync Method

Version 86.0.240
Sets instrumentation breakpoint.

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

Parameters

instrumentation
Type: SystemString
Instrumentation name.

Return Value

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