emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape c93bccd18b 1/9: Switch debugpy connection to std i


From: ELPA Syncer
Subject: [elpa] externals/dape c93bccd18b 1/9: Switch debugpy connection to std io
Date: Wed, 6 Mar 2024 09:57:39 -0500 (EST)

branch: externals/dape
commit c93bccd18b4ccc973cb61ed44a201922fd9fd158
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Switch debugpy connection to std io
    
    Stdio should be the preferred approach as :autoport does not work for
    remote machines + there is no need for an open port
---
 dape.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index 28ceee8b60..6644170ceb 100644
--- a/dape.el
+++ b/dape.el
@@ -140,8 +140,7 @@
                                     (format "%s -c \"import debugpy.adapter\"" 
python)))
                             (user-error "%s module debugpy is not installed" 
python))))
                command "python"
-               command-args ("-m" "debugpy.adapter" "--host" "0.0.0.0" 
"--port" :autoport)
-               port :autoport
+               command-args ("-m" "debugpy.adapter")
                :request "launch"
                :type "python"
                :cwd dape-cwd))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]