Previously, when I used Visual Basic 6, after setting breakpoints and running up to that point, I could see the screens that had been executed so far by pressing a shortcut key. However, Eclipse projects don't seem to have a feature to view the screens that have been executed so far based on the current breakpoint.
The picture below is an example:

I want to see a page that shows the screens that have been passed through up to this breakpoint.
In the Debug screen, there is something called Thread, but it seems to only show the currently running page. It doesn't seem to display the pages that have been passed before the breakpoint.
I would appreciate it if you could let me know how to view the screens or related content that were executed before the breakpoint.