DebuggerClientSetBlackboxPatternsAsync 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.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetBlackboxPatternsAsync(
string[] patterns
)
public:
Task<DevToolsMethodResponse^>^ SetBlackboxPatternsAsync(
array<String^>^ patterns
)
Parameters
- patterns String
- Array of regexps that will be used to check script url for blackbox state.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also