[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 0d8d2eca01 08/18: Require selected connection in S
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 0d8d2eca01 08/18: Require selected connection in Stack buffer |
Date: |
Sat, 16 Mar 2024 09:58:01 -0400 (EDT) |
branch: externals/dape
commit 0d8d2eca01c500ee115bd0def4b5a5f812295780
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Require selected connection in Stack buffer
---
dape.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dape.el b/dape.el
index 0eb987b4c1..fa745a1d09 100644
--- a/dape.el
+++ b/dape.el
@@ -3544,8 +3544,8 @@ current buffer with CONN config."
(cl-defmethod dape--info-revert (&context (major-mode (eql
dape-info-stack-mode))
&optional _ignore-auto _noconfirm
_preserve-modes)
"Revert buffer function for MAJOR-MODE `dape-info-stack-mode'."
- (let* ((conn (or (dape--live-connection 'stopped t)
- (dape--live-connection 'last t)))
+ (let* ((conn (or (dape--live-connection 'stopped t t)
+ (dape--live-connection 'last t t)))
(current-thread (dape--current-thread conn))
(stack-frames (plist-get current-thread :stackFrames))
(current-stack-frame (dape--current-stack-frame conn)))
- [elpa] externals/dape updated (339cdef7d5 -> f43be7877b), ELPA Syncer, 2024/03/16
- [elpa] externals/dape 5aa51bc88b 01/18: Improve no threads message in Threads buffer, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 57e26085c5 04/18: Prepare for selected connections, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 58c7841037 03/18: Code formatting changes, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 7fa88831fd 02/18: Fix startDebugging request for stdio connections, ELPA Syncer, 2024/03/16
- [elpa] externals/dape d796da12de 05/18: Use select connection in stopped, continued and threads event, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 5b556597c7 06/18: Add auto opt out of stack info in threads buffer, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 4ee5375a4e 07/18: Fix connection selection in Threads buffer, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 0d8d2eca01 08/18: Require selected connection in Stack buffer,
ELPA Syncer <=
- [elpa] externals/dape 42e9480162 09/18: Show (active) child connections in mode line, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 6c4b31a586 11/18: Fix interactive part of dape-select-thread, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 122c2fa299 10/18: Cleanup source buffer selection in place in dape--update-stack-pointers, ELPA Syncer, 2024/03/16
- [elpa] externals/dape d48bdd251d 17/18: Format change, ELPA Syncer, 2024/03/16
- [elpa] externals/dape e4cb4ee67b 16/18: Use symbols instead of string for process status, ELPA Syncer, 2024/03/16
- [elpa] externals/dape 9f2eb7523a 15/18: Change stopOnEntry for debugpy to false by default, ELPA Syncer, 2024/03/16
- [elpa] externals/dape f43be7877b 18/18: Add fixme for completion, ELPA Syncer, 2024/03/16
- [elpa] externals/dape eb06974086 14/18: Fix doc spelling, ELPA Syncer, 2024/03/16
- [elpa] externals/dape bb3b7b6288 12/18: Fix debugpy common settings (stopOnEntry), ELPA Syncer, 2024/03/16
- [elpa] externals/dape e6c37f5fc8 13/18: De-capitalize dape in doc string, ELPA Syncer, 2024/03/16