kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support configurable IP address for browser #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the debugger can only connect to a browser running on localhost, as 
it's hard-coded in 
JavaScriptVmEmbedderFactory#connectToChromeDevTools(). Could this be modified 
to allow clients 
to pass the address?

Original issue reported on code.google.com by dpodwall on 12 Apr 2010 at 2:41

GoogleCodeExporter commented 8 years ago
Chrome browser may enforce this limitation from its side. I would recommend 
checking 
this.

Original comment by peter.ry...@gmail.com on 12 Apr 2010 at 2:46

GoogleCodeExporter commented 8 years ago
I would say that this is not something that can be easily fixed on the Chromium 
side as 
the issue involves security concerns. Otherwise, it is a duplicate of the issue 
5 
(please see Comment #4 for a possible workaround).

Original comment by apav...@chromium.org on 12 Apr 2010 at 2:53