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

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

[elpa] externals/dape 18dc46cced: Remove response on runInTerminal reque


From: ELPA Syncer
Subject: [elpa] externals/dape 18dc46cced: Remove response on runInTerminal request
Date: Fri, 8 Dec 2023 09:57:37 -0500 (EST)

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

    Remove response on runInTerminal request
    
    debugpy crashes on response and it does not seams like any other
    adapters requires response either, so lets skip it.
---
 dape.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index db9999982f..777df7e1bd 100644
--- a/dape.el
+++ b/dape.el
@@ -1297,7 +1297,8 @@ Starts a new process to run process to be debugged."
                          buffer
                          buffer)
     (dape--display-buffer buffer))
-  (dape--response process (symbol-name command) seq t))
+  ;; For debugpy crashes if we send an response...
+  )
 
 (cl-defmethod dape-handle-request (process (command (eql startDebugging)) seq 
arguments)
   "Handle startDebugging requests.



reply via email to

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