GP-4528: Fix byte values in trace diff view

This commit is contained in:
Dan 2024-04-22 15:46:41 -04:00
parent 6389d9630c
commit e914b126db
5 changed files with 70 additions and 55 deletions

View file

@ -691,7 +691,7 @@ public class TutorialDebuggerScreenShots extends GhidraScreenShotGenerator
});
waitForCondition(() -> actionNextDiff.isEnabled());
flatDbg.goToDynamic(secTermminesData.getStart());
// Because auto-strack is a little broken right now
// Because auto-track is a little broken right now
Thread.sleep(500);
flatDbg.goToDynamic(secTermminesData.getStart());