From 2fb7a126f9c973c9130113be18ff4231d03cd634 Mon Sep 17 00:00:00 2001 From: Daniel Pettersson Date: Thu, 4 Jan 2024 17:01:59 +0100 Subject: [PATCH] Reduce flickering inside of scopes buffers --- dape.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dape.el b/dape.el index abb0fa7..63ef866 100644 --- a/dape.el +++ b/dape.el @@ -3295,7 +3295,9 @@ Buffer is specified by MODE and ID." ;; have shrunk since last update and current ;; scope buffer should be killed and replaced if ;; if visible - (scope (nth id scopes))) + (scope (nth id scopes)) + ;; Check for stopped threads to reduce flickering + ((dape--stopped-threads conn))) (dape--with dape--variables (conn scope) (dape--with dape--variables-recursive (conn