I\'m following the steps to enable remote debugging (https://developers.google.com/chrome/mobile/docs/debugging). When I reach step 4, Chrome for Desktop returns with \"This web
I found a solution to this problem. I've been looking for one last day same command in the tutorial
https://developer.chrome.com/devtools/docs/contributing-legacy
"C:\Users\%username%\AppData\Local\Google\Chrome SxS\Application\chrome.exe" --remote-debugging-port=9222 --no-first-run --user-data-dir=C:\Users\%username%\chrome-dev-profile http://localhost:11002#http://localhost:8000/front_end/inspector.html
Then I can use localhost: 9222 on the browser.
Right now I would like to comment on the answer to help someone.