diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-09-22 11:15:17 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-09-22 11:15:17 +0200 |
commit | 0483884deaf46f95fcf71c5585a89ed98bde55c0 (patch) | |
tree | b3067735a899000c999edd02f15fb33282776cbb | |
parent | 1642fa252ae9427eef3acdba3ce45782bad608e2 (diff) | |
download | qutebrowser-0483884deaf46f95fcf71c5585a89ed98bde55c0.tar.gz qutebrowser-0483884deaf46f95fcf71c5585a89ed98bde55c0.zip |
Update debug instructions
-rw-r--r-- | doc/stacktrace.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stacktrace.asciidoc b/doc/stacktrace.asciidoc index f295a5305..3d95aa25e 100644 --- a/doc/stacktrace.asciidoc +++ b/doc/stacktrace.asciidoc @@ -35,7 +35,7 @@ https://www.linuxmint.com/rel_tessa_mate_whatsnew.php[Linux Mint]) and install the debug packages: ---- -# apt install python3-dbg python3-pyqt5-dbg python3-pyqt5.qtwebengine-dbg libqt5webengine5-dbgsym +# apt install python3-dbg python3-pyqt5-dbg python3-pyqt5.qtwebengine-dbg libqt5webengine5-dbgsym libqt5webenginecore5-dbgsym ---- or with the QtWebKit backend: |