Skip to content

Commit

Permalink
Remove breakpoint info header
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 9, 2024
1 parent 40a6a14 commit 32fa342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -3724,7 +3724,6 @@ without log or expression breakpoint"))))))
"Revert buffer function for MAJOR-MODE `dape-info-breakpoints-mode'."
(dape--info-update-with
(let ((table (make-gdb-table)))
(gdb-table-add-row table (list "A" "Type " "Where/On"))
(cl-loop
for breakpoint in dape--breakpoints
for line = (dape--breakpoint-line breakpoint)
Expand Down

0 comments on commit 32fa342

Please sign in to comment.