Start mobile browsers with webkit remote debugging ON

后端 未结 8 1966
悲&欢浪女
悲&欢浪女 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:27

    Currently no mobile browser is implementing the webkit remote debugging protocol. (Maybe you can get custom builds for android that support it)

    However there is weinre, which is giving you a remote version of the web-inspector. But you have to include some code in your page in order to support it. (Because it's not a browser feature).

    Weinre website

    Weinre github repo

提交回复
热议问题