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:
devtools
in any way.F1
to open settings panel.Preferences
tab, scroll down and find the option Focus Sources panel when triggering a breakpoint
.