Make Chrome Debugger globally accessible in windows

Run chrome.exe in debugging mode:

:::bat
chrome.exe --remote-debugging-port=9222

Exec these command in cmd (Administrator mode):

netsh
interface
portproxy
add v4tov4 listenport=9222 connectaddress=127.0.0.1

Consider it done :)

Search Results