qutebrowser/qutebrowser
View on GitHubAdd a --debug-flag argument for running QtWebEngine JS in the main world
Open
#2381 opened on Feb 28, 2017
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).