[BUG]: the DevToolsPlugin with Edge as preferredBrowser does not seem to work
#1230
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 |
Will check and come back with additional I go over the night. |
|
@garrytrinder so the edge I am using is however, I installed the latest EdgeDev and in this case, it works like a charm 🤩 |
|
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? |
|
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? |
Yes and no. |
|
@waldekmastykarz having all the Edge windows closed and then starting the proxy did not bring any difference and I still get the same errors |
|
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 |
no problem at all. It's working with the EdgeDev so it's not a blocker for me 🙂 |
|
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? |
|
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 |
|
@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. |
|
ok perfect. I did what you wrote here and works. Edge started with dev tools 👍 We may close the issue. Sorry for the trouble 👍 |
|
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 |












@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.