DebuggerClientSetInstrumentationBreakpointAsync Method |
Version 93.1.111
Sets instrumentation breakpoint.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public Task<SetInstrumentationBreakpointResponse> SetInstrumentationBreakpointAsync(
SetInstrumentationBreakpointInstrumentation instrumentation
)
public:
Task<SetInstrumentationBreakpointResponse^>^ SetInstrumentationBreakpointAsync(
SetInstrumentationBreakpointInstrumentation instrumentation
)
Parameters
- instrumentation
- Type: CefSharp.DevTools.DebuggerSetInstrumentationBreakpointInstrumentation
Instrumentation name.
Return Value
Type:
TaskSetInstrumentationBreakpointResponsereturns System.Threading.Tasks.Task<SetInstrumentationBreakpointResponse>
See Also