geckordp.actors.thread_configuration module
- class geckordp.actors.thread_configuration.ThreadConfigurationActor(*args, **kwargs)
Bases:
Actor
https://github.com/mozilla/gecko-dev/blob/master/devtools/shared/specs/thread-configuration.js
- update_configuration(should_pause_on_debugger_statement: bool | None = None, pause_on_exceptions: bool | None = None, ignore_caught_exceptions: bool | None = None, should_include_saved_frames: bool | None = None, should_include_async_live_frames: bool | None = None, skip_breakpoints: bool | None = None, log_event_breakpoints: bool | None = None, observe_asm_js: bool | None = None, pause_overlay: bool | None = None)