Closed GoogleCodeExporter closed 9 years ago
Note 2 competing protocols:
You start Chrome with this protocol
http://code.google.com/p/chromedevtools/wiki/WIP#Protocol_Name
and you start debugger with this protocol
http://code.google.com/p/chromedevtools/wiki/ChromeDevToolsProtocol#Protocol_Nam
e
Original comment by peter.ry...@gmail.com
on 14 Dec 2011 at 12:26
Let me cite http://code.google.com/p/chromedevtools/wiki/ChromeDevToolsProtocol
"ChromeDevTools protocol should be considered deprecated. Google
Chrome/Chromium browser discontinued its support in 17.0.950.* version (between
developer builds 111534 and 111559)."
Does that mean, i have to use an outdated Chrome/Chromium to debug with Eclipse?
The manual at http://code.google.com/p/chromedevtools/ mentions both protocols
whereas the remote shell is outdated and the remote debugging will not work
with the chromedevtools. So this manual is quite misleading.
Original comment by g.vanboc...@odr.de
on 14 Dec 2011 at 1:09
The documentation is not fully update. Thanks for noting this.
In short for WebKit Remote Debugging Protocol you should create another launch
configuration:
WebKit Protocol.
We are expecting that users switch to WebKit protocol, because Chrome is
auto-updated and soon all Chrome browsers will support WebKit Remote Debugging
Protocol only.
Original comment by peter.ry...@gmail.com
on 14 Dec 2011 at 6:09
Thank you to clarify this. I didn't notice there is a WebKit run configuration.
Original comment by g.vanboc...@odr.de
on 15 Dec 2011 at 7:35
Can somebody tell me what the conclusion to all of this is please? I've tried
starting chrome with --remote-debugging-port=9222 and remote-shell but neither
work. When using the debugging version I get bot errors mentioned above,
otherwise just the failed to connect error.
How do I get the latest version of the devtools to work with the latest Chrome
version? Ty
Original comment by little.s...@gmail.com
on 24 Feb 2012 at 4:15
I was following this tutorial: http://www.youtube.com/watch?v=tzvZj3w_PVY
which doesn't seem to work any more. I now managed to add a webkit protocol
debug mode while using the debugging parameter to start chrome. When I try to
debug the page doesn't get opened for some reason but if I open it manually I
can run and debug it.
Original comment by little.s...@gmail.com
on 24 Feb 2012 at 4:29
I had this problem. Please, let me know how to fix it.
Original comment by yu.pitom...@gmail.com
on 30 May 2013 at 10:32
yu.pitomets,
see comment #3
Original comment by peter.ry...@gmail.com
on 30 May 2013 at 3:51
In other words, you must be creating a wrong type of launch configuration. The
correct one is called "WebKit Protocol".
Original comment by peter.ry...@gmail.com
on 30 May 2013 at 3:52
Original issue reported on code.google.com by
g.vanboc...@odr.de
on 14 Dec 2011 at 10:21