Summary
When one or more lines of code are deleted in the editor, any breakpoints remain. Whatever line of code replaces the deleted line is now a breakpoint target.
Objo Studio Version
26.7.2
Steps To Reproduce
Set a breakpoint on a line of code. Delete the line
Expected Result
Breakpoint is deleted along with the code
Actual Result
Breakpoint is attached to whatever new line of code occupies the original line