You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
When you launch browser manually, not via "Launch Firefox" button - launchpad does not detect it.
It is because of a way of searching running processes. It strongly depends on arguments passed to the firefox-bin. So when you switch to a different connection port, OS or tcp/websocket it doesn't work.
When you launch browser manually, not via "Launch Firefox" button - launchpad does not detect it.
It is because of a way of searching running processes. It strongly depends on arguments passed to the firefox-bin. So when you switch to a different connection port, OS or tcp/websocket it doesn't work.
https://github.com/firefox-devtools/devtools-core/blob/master/packages/devtools-launchpad/src/server/utils/firefox.js#L20
As @jasonLaster suggested on slack, probably we should change it to
-start-debugger-server
making it compatible.The text was updated successfully, but these errors were encountered: