Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't send breakpoints changed for saved event
We send the breakpoints twice, because we already send them when the FileHandleChanged event was received and that is received after the Saved event itself. And the Saved event does not guarantee that the source is already changed on disk. Which it has to be so we can send the new breakpoints.
- Loading branch information