martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Breakpoints don't move with code changes #176

Open rogerrogers opened 6 years ago

rogerrogers commented 6 years ago

When making code changes, if lines are added/removed, all breakpoints below are affected/no longer point to the correct code. This requires a cycle of 'Clear all breakpoints' and then to reset the breakpoints you wanted to keep. Not fun. It seems like somehow the breakpoints could shift with the code as lines are added/removed.

While this isn't a showstopper, it's certainly a nice-to-have.