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