Start mobile browsers with webkit remote debugging ON

后端 未结 8 1965
悲&欢浪女
悲&欢浪女 2020-12-24 07:58

At Google I/O 2011: Chrome Dev Tools Reloaded, Paul Irish and Pavel Feldman introduced new remote debugging feature — which was in passing included into webkit.

--

8条回答
  •  死守一世寂寞
    2020-12-24 08:18

    Adobe's Shadow utility (which was just released) allows you to debug remotely using weinre without needing to inject any code into your web pages. It works with Chrome on Windows and Mac as the "master" browser and will sync every page navigation over to any number of devices running the iOS or Android client.

    Note that weinre itself is somewhat limited. For example you won't have access to the Network tab.

提交回复
热议问题