[webkit-help] Remote Debugging API Documentation

Vivek Galatage vivekg at webkit.org
Thu Feb 14 03:42:01 PST 2013


Hello Ben,

You can also refer to
http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/Inspector.json
the
file which is the protocol followed by the remote debugging. The APIs
marked as "hidden": true are private APIs and are subject to change. This
file is on the trunk but you should be able to locate it in your local
checkout.

Also there is a front-end implementation which you can refer to in
http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end

Thank you,
Vivek


On Thu, Feb 14, 2013 at 4:15 PM, Benjamin Spencer <
benjamin.spencer at balliol.ox.ac.uk> wrote:

>  Hi All,****
>
> ** **
>
> I hope this is the right place to ask this, otherwise please let me know.*
> ***
>
> ** **
>
> I am trying to experiment with the remote debugging API in Webkit and I
> have created a little test application to connect via WebSockets to a
> running instance of Chromium and get the debugging information.****
>
> ** **
>
> I have been reading the documentation here<https://developers.google.com/chrome-developer-tools/docs/protocol/1.0/index>but I haven’t been able to find much explanation about the meaning of the
> different results. Is there anywhere I can look for a more thorough
> description of the API and what can be returned and what it means?****
>
> ** **
>
> For example, I have been testing the Timeline feature, which looks very
> interesting, but I am having trouble interpreting the results. I get many
> small events which do not seem to contain any information, and then
> occasionally a larger one with stack trace info, but I’m not completely
> clear which events these correspond to.****
>
> ** **
>
> I would be very grateful for any advice.****
>
> ** **
>
> Many Thanks,****
>
> Ben****
>
> ** **
>
> ** **
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20130214/2b36dc1a/attachment.html>


More information about the webkit-help mailing list