DebuggerClientSetInstrumentationBreakpointAsync Method |
Version 130.1.90
Sets instrumentation breakpoint.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<SetInstrumentationBreakpointResponse> SetInstrumentationBreakpointAsync(
SetInstrumentationBreakpointInstrumentation instrumentation
)
public:
Task<SetInstrumentationBreakpointResponse^>^ SetInstrumentationBreakpointAsync(
SetInstrumentationBreakpointInstrumentation instrumentation
)
Parameters
- instrumentation SetInstrumentationBreakpointInstrumentation
- Instrumentation name.
Return Value
TaskSetInstrumentationBreakpointResponsereturns System.Threading.Tasks.Task<SetInstrumentationBreakpointResponse>
See Also