Skip to content

Commit 2b16494

Browse files
authored
Merge pull request #7017 from PyFPDF/c_extension_debugging
Minor improvement made to c_extension_debugging.rst
2 parents f05d76f + 1bded83 commit 2b16494

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/reference/c_extension_debugging.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@ distributions.
1010

1111
- ``python3-dbg`` package for the gdb extensions and python symbols
1212
- ``gdb`` and ``valgrind``
13-
- Potentially debug symbols for libraries. On ubuntu they're shipped
14-
in package-dbgsym packages, from a different repo.
13+
- Potentially debug symbols for libraries. On Ubuntu you can follow those
14+
instructions to install the corresponding packages: `Debug Symbol Packages <https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages>`_
1515

16-
::
17-
18-
deb http://ddebs.ubuntu.com focal main restricted universe multiverse
19-
deb http://ddebs.ubuntu.com focal-updates main restricted universe multiverse
20-
deb http://ddebs.ubuntu.com focal-proposed main restricted universe multiverse
21-
22-
Then ``sudo apt-get update && sudo apt-get install libtiff5-dbgsym``
16+
Then ``sudo apt-get install libtiff5-dbgsym``
2317

24-
- There's a bug with the dbg package for at least python 3.8 on ubuntu
25-
20.04, and you need to add a new link or two to make it autoload when
18+
- There's a bug with the ``python3-dbg`` package for at least Python 3.8 on
19+
Ubuntu 20.04, and you need to add a new link or two to make it autoload when
2620
running python:
2721

2822
::

0 commit comments

Comments
 (0)