-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flag --auto-open-devtools-for-tabs does not work #197
Comments
Just tested this with Edge 120 from the command line, and it worked:
Doing the same with Edge 119 doesn't work:
So this might have been a regression that then got fixed. Would you be able to test in Edge Canary and confirms that it works for you there? |
I dont know if is related but I had a trouble with DevTools not oppening when hit F12 or Inspect element button, I have opened an issue telling about it. Then one dude come and comment, he was having the same issue, I saw his name and recognize as Brazilian name (like me). Then my first idea was to change the main language of my browser from pt-BR to en-US then boom...the DevTools window opened. So, in my case it looks like there is mistake with the language of the browser. |
I think these are two different issues. The |
@captainbrosset I can confirm that the flag works on the later versions, e.g. current Dev build, but only if no instance is already running. Otherwise the flag is ignored. Tested on |
Thanks for confirming. 120 releases in 2 weeks from now, so this bug will go away on its own.
I believe this is expected, and was already the case before the bug. |
Only takes effect when the msedge.exe instance is not running. Otherwise, the flag will be ignored. You can use |
A bunch of searchable info on the web indicates that it is possible to open DevTools automatically when you launch
msedge
programmatically, e.g. vialaunch.json
launch command. But is seems not to be working anymore.Also some sources indicate that for it to work, it should be the fist instance of
msedge
(orchrome
for that matter) to work.In my test I found that
--auto-open-devtools-for-tabs
switch does not work with or without existingmsedge
instance, while the same flag works with chrome.Tested via vs code
launch.json
and with cmdstart msedge --auto-open-devtools-for-tabs
MS Edge version:
AB#47708787
The text was updated successfully, but these errors were encountered: