You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DebugSourceBreakpoint.updateOrigins() reaches into the existing breakpoint object and updates them in-place. This clashes with any attempts at change detection we make in BreakpointManager.setMarkers(). We should fix it such that changes to all objects are done through a designated owner which can do proper change detection and notify interested parties.
The text was updated successfully, but these errors were encountered:
Bug Description:
DebugSourceBreakpoint.updateOrigins()
reaches into the existing breakpoint object and updates them in-place. This clashes with any attempts at change detection we make inBreakpointManager.setMarkers()
. We should fix it such that changes to all objects are done through a designated owner which can do proper change detection and notify interested parties.The text was updated successfully, but these errors were encountered: