Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz
2023-06-28 11:36:10 -04:00
@@ -846,6 +846,9 @@ public class DebuggerWatchesProvider extends ComponentProviderAdapter
removeOldListeners();
this.currentTrace = trace;
addNewListeners();
for (WatchRow row : watchTableModel.getModelData()) {
row.updateType();
}
}
public void coordinatesActivated(DebuggerCoordinates coordinates) {