branch: externals/dape
commit 8d7a979a56601277b578f0cd0e533d0717d1c198
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Use python instead of default python3 in debugpy #29
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index b4e00f49fc..0a9f8eaf0a 100644
--- a/dape.el
+++ b/dape.el
@@ -113,7 +113,7 @@
(format "%s -c \"import debugpy.adapter\"" python)))
(user-error "%s module debugpy is not installed" python))))
fn (dape-config-autoport dape-config-tramp)
- command "python3"
+ command "python"
command-args ("-m" "debugpy.adapter" "--host" "0.0.0.0" "--port"
:autoport)
port :autoport
:request "launch"