From 0cd229022fadf55ef6c34272d6de472fe87cf4c0 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:47:24 +0300 Subject: [PATCH] Install dape to interface with external debuggers --- .config/emacs/init.el | 3 +++ .config/setup/01-install-packages.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index f117c4f..a473399 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -228,6 +228,9 @@ (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 (use-package poetry) diff --git a/.config/setup/01-install-packages.sh b/.config/setup/01-install-packages.sh index 1778c0e..6327fd7 100755 --- a/.config/setup/01-install-packages.sh +++ b/.config/setup/01-install-packages.sh @@ -23,6 +23,7 @@ DEB_PKGS=( fluid-soundfont-gm foot fuzzel + gdb gnumeric graphviz grim @@ -50,6 +51,7 @@ DEB_PKGS=( postfix pre-commit pulseaudio-utils + python3-debugpy python3-poetry qtwayland5 rclone