In Chrome dev tools, in the debugger panel, the Call Stack section is above the Scope section. If the call stack is large (e.g. using React) then I have to scroll through a lot of stack items to get to the Scope. It's possible to collapse the Call Stack section, but it would be more convenient to leave it open and just scroll down a little to see the top of the stack. Call Stack above Scope
It looks like newer versions of Chrome reverse the two sections, but for the time being, there are other reasons for me to use the older version in some cases. Call Stack below Scope