Install dape to interface with external debuggers

This commit is contained in:
Ohad Livne 2025-06-04 22:47:24 +03:00
parent e6f1f8bc40
commit 0cd229022f
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 5 additions and 0 deletions

View file

@ -228,6 +228,9 @@
(flymake-show-diagnostics-at-end-of-line t) (flymake-show-diagnostics-at-end-of-line t)
) )
; Note: debugging Python in a virtualenv requires debugpy to be installed inside the venv
(use-package dape)
; Requires poetry to be installed ; Requires poetry to be installed
(use-package poetry) (use-package poetry)

View file

@ -23,6 +23,7 @@ DEB_PKGS=(
fluid-soundfont-gm fluid-soundfont-gm
foot foot
fuzzel fuzzel
gdb
gnumeric gnumeric
graphviz graphviz
grim grim
@ -50,6 +51,7 @@ DEB_PKGS=(
postfix postfix
pre-commit pre-commit
pulseaudio-utils pulseaudio-utils
python3-debugpy
python3-poetry python3-poetry
qtwayland5 qtwayland5
rclone rclone