Click or drag to resize

DebuggerClientSetBlackboxPatternsAsync Method

Version 86.0.240
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 (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SetBlackboxPatternsAsync(
	string[] patterns
)

Parameters

patterns
Type: SystemString
Array of regexps that will be used to check script url for blackbox state.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also