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
)
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