qutebrowser/qutebrowser

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

Open

#2,381 opened on Feb 28, 2017

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

Repository metrics

Stars
 (9,161 stars)
PR merge metrics
 (No merged PRs in 30d)

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