Your environment
ruby -v:
- ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-darwin19]
Describe the bug
Set breakpoints on lines 3, 5, 8, then remove them. The debugger stops at line 3.

To Reproduce
a = 1
a += 1
b = 2
a += 1
c = 2
a += 1
a += 1
Expected behavior
The debugger should not stop there.
Additional context
Add any other context about the problem here.