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

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

[elpa] externals/dape 270004f8e0 2/3: Removing defer-launch-attach from


From: ELPA Syncer
Subject: [elpa] externals/dape 270004f8e0 2/3: Removing defer-launch-attach from gdb as 16.1 includes fix
Date: Sat, 25 Jan 2025 21:57:47 -0500 (EST)

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

    Removing defer-launch-attach from gdb as 16.1 includes fix
---
 dape.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dape.el b/dape.el
index 2a1772c085..baf4fda95d 100644
--- a/dape.el
+++ b/dape.el
@@ -230,7 +230,6 @@
      command-cwd dape-command-cwd
      command "gdb"
      command-args ("--interpreter=dap")
-     defer-launch-attach t
      :request "launch"
      :program "a.out"
      :args []
@@ -1519,7 +1518,7 @@ timeout period is configurable with 
`dape-request-timeout'"
           (dape--warn "Initialize failed with %S" error)
           (dape-kill conn))
       (setf (dape--capabilities conn) body)
-      ;; See GDB bug 32090
+      ;; See `defer-launch-attach' in `dape-configs'
       (unless (plist-get (dape--config conn) 'defer-launch-attach)
         (dape--launch-or-attach conn)))))
 
@@ -1989,7 +1988,7 @@ Starts a new adapter connection as per request of the 
debug adapter."
     (dape--with-request (dape--set-breakpoints conn)
       (dape--with-request (dape--set-data-breakpoints conn)
         (dape--with-request (dape-request conn "configurationDone" nil)
-          ;; See GDB bug 32090
+          ;; See `defer-launch-attach' in `dape-configs'
           (when (plist-get (dape--config conn) 'defer-launch-attach)
             (dape--launch-or-attach conn)))))))
 



reply via email to

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