qutebrowser/qutebrowser

Add a --debug-flag argument for running QtWebEngine JS in the main world

Open

#2381 opened on Feb 28, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (9,161 stars) (1,014 forks)batch import
component: QtWebEnginegood first issuepriority: 2 - low

Description

There are various arguments which are used rarely and purely for debugging. Currently that's at least --debug-exit and --pdb-postmortem, and soon something like --webengine-mainworld-js or so too.

Instead, we should have a single --debug-flag argument (which can be used multiple times).

Contributor guide