On Thu, Jul 7, 2011 at 10:46 AM, JOSE MANUEL CANTERA FONSECA <[email protected]>wrote:
> Hi there,**** > > ** ** > > I have two technical questions concerning the Webkit Remote Debugging > Protocol. **** > > ** ** > > a/ What is the difference / relationship between this protocol and the v8 > remote debugging capabilities? **** > > ** > Webkit Remote Debugging Protocol is the one Web Inspector uses. It allows debugging all flavors of the running page, not only JavaScript. V8 protocol only exposes JavaScript debugging and is browser-agnostic. You should stick with the WebKit's one in case you are interested in WebKit-based browsers debugging. Use V8's one when you intend to debug applications such as node.js. ** > > b/ How this protocol could be enabled for an Android device?**** > > ** > You need to check with Android port owners on whether they intend to enable INSPECTOR in their builds and expose remote debugging capabilities. > ** > > all the best**** > > ** ** > > thanks**** > > ** ** > > ------------------------------ > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar > nuestra política de envío y recepción de correo electrónico en el enlace > situado más abajo. > This message is intended exclusively for its addressee. We only send and > receive email on the basis of the terms set out at. > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

