'How to make Developer Tools in MS Edge to default to Console tab instead of Sources?
Solution 1:[1]
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:
- In Edge, open
devtoolsin any way. - Focus in devtools and press key
F1to open settings panel. - In
Preferencestab, scroll down and find the optionFocus Sources panel when triggering a breakpoint. - Uncheck this option and restart open devtools.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Xudong Peng |


