Click or drag to resize

DebuggerClient.SetBlackboxPatternsAsync Method

Version 130.1.90
Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.

Namespace: CefSharp.DevTools.Debugger
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetBlackboxPatternsAsync(
	string[] patterns
)

Parameters

patterns  String[]
Array of regexps that will be used to check script url for blackbox state.

Return Value

Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also