> dpkg -l python3-pydevd
> dpkg -l python3-debugpy
> ls -l /usr/lib/python3/dist-packages/debugpy/_vendored/pydevd

$ dpkg -l python3-pydevd
dpkg-query: no packages found matching python3-pydevd
$ dpkg -l python3-debugpy
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name            Version      Architecture Description
+++-===============-============-============-=========================================================
iF  python3-debugpy 1.8.2+ds-2   amd64        Implementation of the
Debug Adapter Protocol for Python 3
$ ls -l /usr/lib/python3/dist-packages/debugpy/_vendored/pydevd
total 268
drwxr-xr-x 1 root root      0 Jul  7 19:23 __pycache__
-rw-r--r-- 1 root root    691 Jul  5 09:14 pydev_app_engine_debug_startup.py
lrwxrwxrwx 1 root root     22 Jan  4  2023 _pydev_bundle ->
../../../_pydev_bundle
-rw-r--r-- 1 root root  21094 Jul  5 09:14 pydevconsole.py
-rw-r--r-- 1 root root   3200 Jul  5 09:14 pydev_coverage.py
lrwxrwxrwx 1 root root     33 Jan  4  2023 pydevd_attach_to_process ->
../../../pydevd_attach_to_process
lrwxrwxrwx 1 root root     23 Jan  4  2023 _pydevd_bundle ->
../../../_pydevd_bundle
-rw-r--r-- 1 root root  36326 Jul  5 09:14 pydevd_file_utils.py
lrwxrwxrwx 1 root root     27 Jan  4  2023 _pydevd_frame_eval ->
../../../_pydevd_frame_eval
lrwxrwxrwx 1 root root     23 Jan  4  2023 pydevd_plugins ->
../../../pydevd_plugins
-rw-r--r-- 1 root root 147607 Jul  5 09:14 pydevd.py
-rw-r--r-- 1 root root  11726 Jul  5 09:14 pydevd_tracing.py
lrwxrwxrwx 1 root root     22 Jan  4  2023 pydev_ipython ->
../../../pydev_ipython
-rw-r--r-- 1 root root    100 Jul  5 09:14 pydev_pysrc.py
lrwxrwxrwx 1 root root     24 Jan  4  2023 _pydev_runfiles ->
../../../_pydev_runfiles
-rw-r--r-- 1 root root   4709 Jul  5 09:14 pydev_run_in_console.py
drwxr-xr-x 1 root root     54 Jul  7 19:23 pydev_sitecustomize


The symlinks `_pydev_bundle`, `pydevd_attach_to_process`,
`pydevd_plugins`, `pydev_ipython`, `_pydev_runfiles` are invalid
symlinks pointing at nothing in that directory.

Thank you,
Marek

Reply via email to