Install dape to interface with external debuggers
This commit is contained in:
parent
e6f1f8bc40
commit
0cd229022f
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue