[BUG]: the DevToolsPlugin
with Edge as preferredBrowser
does not seem to work
#1230
-
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
Apologies for the trouble @Adam-it Can you share the version number of Edge you are using? Is it possible for you to try the latest |
Beta Was this translation helpful? Give feedback.
-
Will check and come back with additional I go over the night. |
Beta Was this translation helpful? Give feedback.
-
@garrytrinder so the edge I am using is however, I installed the latest EdgeDev and in this case, it works like a charm 🤩 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update @Adam-it We will investigate and see if we can figure out what is going wrong on standard Edge. @waldekmastykarz are you able to reproduce on macOS? |
Beta Was this translation helpful? Give feedback.
-
Have you disabled the startup boost in Edge @Adam-it (https://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/technical-reference/devtoolsplugin#known-issues)? Also, do you have all Edge windows closed before starting proxy? |
Beta Was this translation helpful? Give feedback.
-
Yes and no. |
Beta Was this translation helpful? Give feedback.
-
@waldekmastykarz having all the Edge windows closed and then starting the proxy did not bring any difference and I still get the same errors |
Beta Was this translation helpful? Give feedback.
-
Thank you for confirming. I'll try to repro asap and will let you know if I need any more info to fix it. Sorry for the trouble |
Beta Was this translation helpful? Give feedback.
-
no problem at all. It's working with the EdgeDev so it's not a blocker for me 🙂 |
Beta Was this translation helpful? Give feedback.
-
When you refer to Edge in your config, we're trying to run https://github.com/microsoft/dev-proxy/blob/df28158bb1aea4d96653db95c39f190478aa75a4/dev-proxy-plugins/Inspection/DevToolsPlugin.cs#L74. I wonder if Edge for Business is not a different version of Edge that we're not supporting at the moment? Could you double check if the installation directory matches what we've got? |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing a different problem when using Screenshots are taken from the browser opened by Proxy. Note that no Edge Dev works fine. Install location for Edge is
If I open the About page after opening Edge myself, you see the same version but has |
Beta Was this translation helpful? Give feedback.
-
@Adam-it it seems like you've opened dev tools for dev tools. If you look at your original window, it points to dev tools but the screen is empty meaning Edge failed to load dev tools. Try closing all Edge processes using Task Explorer and restarting proxy with dev tools pointing at Edge, and then expand dev tools from the side. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
ok perfect. I did what you wrote here and works. Edge started with dev tools 👍 We may close the issue. Sorry for the trouble 👍 |
Beta Was this translation helpful? Give feedback.
-
No need to be sorry. I appreciate you double checking it with us. If anything else, perhaps we should clarify it some more in our docs. Thank you for bringing it up |
Beta Was this translation helpful? Give feedback.
@Adam-it it seems like you've opened dev tools for dev tools. If you look at your original window, it points to dev tools but the screen is empty meaning Edge failed to load dev tools. Try closing all Edge processes using Task Explorer and restarting proxy with dev tools pointing at Edge, and then expand dev tools from the side.