chrome远程调试按inspect后出现的界面为空白,应如何解决?

使用chrome进行远程调试命令:

chrome://inspect

编辑hosts文件,添加:

Hosts文件路径:C:WindowsSystem32driversetchosts

61.91.161.217 chrome-devtools-frontend.appspot.com
61.91.161.217 chrometophone.appspot.com

即可

原文地址:https://www.cnblogs.com/topcoder/p/7120325.html