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)
)
; 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)