Three different sizes are easy to confuse. The screen is your whole display. Thewindow is your browser, including its UI. The viewport is the part of the window where the page renders — the only one of the three that responsive design responds to. Resize this window and watch the viewport value and the breakpoint marker track it live.
When debugging a layout issue, the viewport size plus thedevice pixel ratio tells you almost everything about the rendering environment. Use the framework breakpoint rail and test-width table above to check mobile, tablet and desktop thresholds, open theresponsive breakpoint checkerfor framework-specific ranges, then use theresponsive testing checklistfor navigation, grids, forms and other real UI patterns before copying the report into a bug ticket. Compare your local result with the aggregate patterns in theViewport Statistics Report.