We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a225e73 commit 1cddcedCopy full SHA for 1cddced
dap-ui.el
@@ -223,7 +223,7 @@ VISUALS and MSG will be used for the overlay."
223
224
(defun dap-ui--clear-breakpoint-overlays ()
225
"Remove all overlays that ensime-debug has created."
226
- (mapc #'delete-overlay dap-ui--breakpoint-overlays)
+ (mapc #'delete-overlay (-filter #'identity dap-ui--breakpoint-overlays))
227
(setq dap-ui--breakpoint-overlays '()))
228
229
(defun dap-ui--breakpoint-visuals (breakpoint breakpoint-dap)
0 commit comments