Whenever I open the Developer Tools or if the web page is refreshed, Tools will switch to the Sources tab.
When I'm debugging code, I want it to stay on the Console tab. Is there a way to do this? Or even keep Console on-top.
Whenever I open the Developer Tools or if the web page is refreshed, Tools will switch to the Sources tab.
When I'm debugging code, I want it to stay on the Console tab. Is there a way to do this? Or even keep Console on-top.
Well, I've searched about this issue and I found that there is a setting in the default configuration of the developer tools to automatically foucus the Resource tab when a breakpoint is triggered, this should be the cause of the problem.
But you can disable this option by following these steps:
devtoolsin any way.F1to open settings panel.Preferencestab, scroll down and find the optionFocus Sources panel when triggering a breakpoint.Something like this below: