branch: externals/dape commit 97356a35a14d9cc503c6a1c777fc9a83dc204de0 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Revert back to using "python" for debugpy command --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index e636e4f5cc..922f8571a1 100644 --- a/dape.el +++ b/dape.el @@ -171,7 +171,7 @@ (unless (zerop (process-file-shell-command (format "%s -c \"import debugpy.adapter\"" python))) (user-error "%s module debugpy is not installed" python)))) - command (progn (require 'python) python-interpreter) + command "python" command-args ("-m" "debugpy.adapter" "--host" "0.0.0.0" "--port" :autoport) port :autoport :request "launch"