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)
|
||||
)
|
||||
|
||||
; 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue