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