Skip to content

Commit

Permalink
Reduce flickering inside of scopes buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 4, 2024
1 parent 43bd073 commit 2fb7a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fb7a12

Please sign in to comment.