branch: externals/dape
commit 45853a4e6c1a47b4bec1feee693cc243362a5a20
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Add FIXME for breakpoint verification
---
 dape.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dape.el b/dape.el
index cf977212c0..a449986ee0 100644
--- a/dape.el
+++ b/dape.el
@@ -2863,6 +2863,9 @@ When SKIP-UPDATE is non nil, does not notify adapter 
about removal."
     (delete-overlay overlay)
     (unless skip-update
       (dolist (conn (dape--live-connections))
+        ;; FIXME If breakpoints stick for one connections but fails
+        ;;       for another in the same tree connection tree, keep the
+        ;;       breakpoint verified
         (dape--set-breakpoints-in-buffer conn buffer)))
     (dape--margin-cleanup buffer))
   ;; If we have an stopped connection we also have an stack pointer

Reply via email to