dap-mode
dap-mode copied to clipboard
fix: get list of buffers (not files) with breakpoints
This is a fix for a bug I erroneously introduces in PR #754 .
The function dap--buffers-w-breakpoints
was returning a list of files names instead of a list of buffers. This in turn broke the dap--switch-to-session
.
With this fix, the list of buffers is inferred by the first marker of the first breakpoint found for each file.
@yyoncho is it critical that only the CI / test (windows-latest, snapshot, true)
check does not pass?
is it critical that only the CI / test (windows-latest, snapshot, true) check does not pass?
There is a bug with that emacs snapshot. We can ignore that for now.