Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ios webkit调试代理空白开发工具_Ios_Google Chrome_Mobile Safari_Google Chrome Devtools - Fatal编程技术网

ios webkit调试代理空白开发工具

ios webkit调试代理空白开发工具,ios,google-chrome,mobile-safari,google-chrome-devtools,Ios,Google Chrome,Mobile Safari,Google Chrome Devtools,我正在Linux上使用ios webkit调试代理来尝试使用chrome调试ios Safari主机 调试代理运行并给出 Listing devices on :9221 Connected :9222 to Will's iPhone (8a48ac86edd4f299xxxxxxxxxxxxxxx) 页面localhost:9222 但是打开devtools会产生大量的空白。点击很多东西,收获很少 有这方面经验的人能给我点建议吗?干杯您使用的是什么Chrome版本?这可能是因为自Chr

我正在Linux上使用ios webkit调试代理来尝试使用chrome调试ios Safari主机

调试代理运行并给出

Listing devices on :9221
Connected :9222 to Will's iPhone (8a48ac86edd4f299xxxxxxxxxxxxxxx)
页面localhost:9222

但是打开devtools会产生大量的空白。点击很多东西,收获很少


有这方面经验的人能给我点建议吗?干杯

您使用的是什么Chrome版本?这可能是因为自Chrome38以来,该功能被破坏。请尝试下载Chromium 37以解决此问题

有关详细信息,请签出此错误报告:

可以从以下位置获取旧二进制文件:

确保安装了最新的
ios\u webkit\u debug\u proxy

brew install ios-webkit-debug-proxy
然后使用以下命令启动
ios\u webkit\u debug\u proxy

ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html
顺便说一句,你必须使用开发者证书来构建应用程序

我接着说:

Windows的全面说明:

  • 从中获取文件
  • 安装iTunes()
  • 安装铲斗()
  • 独家安装nodejs nvm
  • spook bucket add extra
  • 独家安装ios webkit调试代理
  • nvm安装11.15.0
    (第12版不适用于最后两个步骤)
  • nvm use 11.15.0
    (它会告诉您,在此之后可能必须重新打开PowerShell)
  • npm安装-g vs libimobile
    cd到您下载的remotedebug ios webkit适配器
  • npm安装
  • npm启动
  • 继续执行步骤3
使用以下设备安装适配器: npm安装remotedebug ios webkit适配器-g


然后,运行remotedebug_ios_webkit_adapter--port=9000

该死,我遇到了完全相同的问题:(抱歉!没有找到解决方案,它在待办事项中。感谢您让我知道,如果我找到解决方案,我会随时通知您。干杯