DebuggerClientSetInstrumentationBreakpointAsync Method |
Version 111.2.70
Sets instrumentation breakpoint.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.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