我试图对 chrome 开发人员工具进行修改,因此我按照此处列出的步骤操作:https ://developers.google.com/chrome-developer-tools/docs/contributing 并从持续构建存档 安装了 chrome build 155617 。然后我按如下方式启动 chrome:
chrome.exe --debug-devtools-frontend=C:\path\to\155617\devtools_frontend --remote-debugging-port=9222
当我尝试检查一个元素时,我得到了开发工具面板,但是,“元素”、“资源”等面板都没有功能。因此,为了调试它,我检查了 devtools,我在控制台中看到了以下错误:
Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101 utilities.js:855
Uncaught TypeError: undefined is not a function Panel.js:314
知道如何解决这个问题吗?谢谢你的帮助。