setSkipAllPauses

suspend fun setSkipAllPauses(args: Debugger.SetSkipAllPausesParameter, mode: CommandMode = CommandMode.DEFAULT)

Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).


suspend fun setSkipAllPauses(skip: Boolean)

Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).

Parameters

skip

New value for skip pauses state.