You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error in dap--buffers-w-breakpoints when a debug session ends
The error `(wrong-type-argument markerp nil)` occurs when a debug session
finishes and a buffer containing breakpoints was killed beforehand. The fix is
to add a `nil`-check.
0 commit comments