Click or drag to resize

DebuggerSetInstrumentationBreakpointAsync Method

Version 85.3.121
Sets instrumentation breakpoint.

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