chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / DebuggerDomain / setBlackboxPatterns

setBlackboxPatterns

suspend fun setBlackboxPatterns(input: SetBlackboxPatternsRequest): Unit

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.