GP-4338: Re-track on address-index map changes.

This commit is contained in:
Dan 2024-02-16 12:59:52 -05:00
parent 3e676b4104
commit 695e1cdde4

View File

@ -229,6 +229,8 @@ public class DebuggerListingProvider extends CodeViewerProvider {
public ForListingTrackingTrait() {
super(DebuggerListingProvider.this.tool, DebuggerListingProvider.this.plugin,
DebuggerListingProvider.this);
getListingPanel().addIndexMapChangeListener(e -> this.doTrack());
}
@Override