You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/c_extension_debugging.rst
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,13 @@ distributions.
10
10
11
11
- ``python3-dbg`` package for the gdb extensions and python symbols
12
12
- ``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>`_
15
15
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``
23
17
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
0 commit comments