Dear all: My Application scenarios is as follows:
Firstly, I run Chrome Browser on a remote device which is not Android, and then I open the page I want to debug. Then, I want to connect the Chrome Browser in the remote device, and then open and operate the about:tracing (chrome:\\tracing) tool for analyzing the trace. As everyone knows, we can do Remote Debugging like this on Devtools. e.g. On the target: *chrome.exe --remote-debugging-port=9222 --user-data-dir=remote-profile* On the client: * http://ip_address:9222* ...... <https://lh6.googleusercontent.com/-21VZInKG1hQ/VD87z-SveuI/AAAAAAAAAFQ/RbpuRctBTTM/s1600/test.jpg> Is there a existing way for Remote Debugging by about:tracing as Devtools ? or How can I implement this function by myself ? Is it very hard? Thank you very much ! -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
