GP-5265: Move schedule display from Threads to Listing tabs

This commit is contained in:
Dan 2025-03-05 15:07:14 +00:00
parent 4cf5d25bc8
commit 273dfba1ac
18 changed files with 40 additions and 31 deletions

View file

@ -309,6 +309,7 @@ public class TutorialDebuggerScreenShots extends GhidraScreenShotGenerator
public void testGettingStarted_DisassemblyAfterLaunch() throws Throwable {
launchProgramInGdb();
Thread.sleep(7000);
captureToolWindow(1920, 1080);
}
@ -354,7 +355,7 @@ public class TutorialDebuggerScreenShots extends GhidraScreenShotGenerator
launchProgramInGdb();
placeBreakpointsSRandRand();
tool.setSize(1920, 1080);
runSwing(() -> tool.setSize(1920, 1080));
captureProvider(DebuggerBreakpointsProvider.class);
}