I found multiple questions about seeing Sources and console at the same time and it easy to do so. When I am debugging JS it is extremely useful to explore Elements to look at the HTML structure and check the selectors while executing step by step execution.
Is there any way to vertically split the DevTool and look at Elements and Sources at the same time? If this is not possible it could be that I am proceeding in the wrong way. How do you usually debug your JS and check the selectors within Chrome?

