Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add remote-debugging-address=0.0.0.0 #379

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

zeliu
Copy link

@zeliu zeliu commented Apr 18, 2022

The default ip of chrome remote debugging is 127.0.0.1, which does not support cross-machine call scenarios (for example, some browser exchange scenarios, wait for user input and continue to use the browser to do something). Therefore, the default value of --remote-debugging-address: 127.0.0.1 was changed to 0.0.0.0, so that it supports cross-machine access.

@grayguest
Copy link

--remote-debugging-address=0.0.0.0 doesn't work for me
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-address=0.0.0.0 --remote-debugging-port=1139 --new-window https://www.google.com

C:\Windows\system32>netstat -ano | findstr "1139"
TCP 127.0.0.1:1139 0.0.0.0:0 LISTENING 7484

@batata004
Copy link

--remote-debugging-address=0.0.0.0 doesn't work for me "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-address=0.0.0.0 --remote-debugging-port=1139 --new-window https://www.google.com

C:\Windows\system32>netstat -ano | findstr "1139" TCP 127.0.0.1:1139 0.0.0.0:0 LISTENING 7484

Have you find a way to make --remote-debugging-address=0.0.0.0 work? I cant make it work, just locally.

@Cyanoure
Copy link

--remote-debugging-address=0.0.0.0 doesn't work for me "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-address=0.0.0.0 --remote-debugging-port=1139 --new-window https://www.google.com
C:\Windows\system32>netstat -ano | findstr "1139" TCP 127.0.0.1:1139 0.0.0.0:0 LISTENING 7484

Have you find a way to make --remote-debugging-address=0.0.0.0 work? I cant make it work, just locally.

--remote-debugging-address only works together with --remote-debugging-port and --headless

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

Successfully merging this pull request may close these issues.

None yet

4 participants