rDr4g0n/JsDebuggr

if 2 breakpoints shift onto the same line, one can no longer be removed

Closed this issue · 1 comments

a work around is to close and re-open the document. need to check the new breakpoint list that is created during shift and if a breakpoint is already at that line number, properly remove it and then shift the next breakpoint to that line.

Marking as closed, but I think there might still be some unexpected behavior here.