Merge remote-tracking branch 'origin/GP-2294_Dan_highlightPriorities'

This commit is contained in:
Ryan Kurtz 2022-08-02 01:14:54 -04:00
commit 8f8123caf1

View file

@ -495,7 +495,8 @@ public class DebuggerListingProvider extends CodeViewerProvider {
if (markerService != null && markedAddress != null) {
trackingMarker = markerService.createPointMarker("Tracked Register",
"An address stored by a trace register, mapped to a static program", markedProgram,
0, true, true, true, trackingColor, ICON_REGISTER_MARKER, true);
MarkerService.HIGHLIGHT_PRIORITY + 1, true, true, true, trackingColor,
ICON_REGISTER_MARKER, true);
trackingMarker.add(markedAddress);
}
}