dap-mode icon indicating copy to clipboard operation
dap-mode copied to clipboard

fix: get list of buffers (not files) with breakpoints

Open sfavazza opened this issue 1 year ago • 2 comments

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.

sfavazza avatar Dec 15 '23 08:12 sfavazza

@yyoncho is it critical that only the CI / test (windows-latest, snapshot, true) check does not pass?

sfavazza avatar Dec 20 '23 08:12 sfavazza

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.

jcs090218 avatar Dec 20 '23 09:12 jcs090218