Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix eclipse-theia#12546: UI not updated upon editing breakpoint condi…
…tion Fixes eclipse-theia#12546, which is a regression introduced by eclipse-theia#12183, by ensuring that `BreakpointManager.setMarkers` fires a `SourceBreakpointsChangeEvent` when `oldMarker === newMarker`, as there is no way to actually detect a change in this case.
- Loading branch information