Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Serve Chrome Dev Tools remotley #29

Open
andysterland opened this issue Jun 4, 2015 · 2 comments
Open

Serve Chrome Dev Tools remotley #29

andysterland opened this issue Jun 4, 2015 · 2 comments

Comments

@andysterland
Copy link
Member

This issue tracks adding support to host the Chrome Dev Tools (that works with the adapter!) frontend remotely from the adapter.

@auchenberg
Copy link

I just had a look at the source, and it seems like you are starting Chrome with remote debugging enabled in order to serve the front-end, right?

That's strictly not needed, as Chrome has a internal URL which can be used to open DevTools: chrome-devtools://devtools/bundled/devtools.html?ws=<webSocketUrl>&remoteFrontend=true'

However the drawback is that it's a "chrome url", which means you can't redirect to it, for security reasons, so the user would have to copy&paste the URL.

@lucaspiller
Copy link

Currently you can access the target list "http://:9222/" remotely, and when you click on a target it redirects to the dev tools at "localhost:9223" which doesn't work. If the client is remote, it would be good to have something saying to use this URL instead (even if you have to copy and paste it).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants