Google Chrome version: 5.0.342.7 beta SDK + Eclipse Debugger version(s): 3.5.2 OS + version: Mac OS X 10.5.x and 10.6.x
What steps will reproduce the problem? 1. Download latest Chrome Developer Tools from SVN 2. Establish debug session as outline on main project page
What is the expected result? Prompt to select browser tab is shown.
What happens instead? Connection takes forever and ends with "Timeout" exception from V8Helper.
The very same code works without any problems on Windows. The debugger was working before and it suddenly stopped working on all Mac machines.
There was a Chrome version update this week and it looks like it broke the debugger (we were testing debugger on Chrome all this time and it was working great). I tried to research the code and it looks like the connection is established, "version" request is sent but no response is ever received.
Comment #1
Posted on Mar 31, 2010 by Helpful BearI have the same issue. I tried the latest Chromium build from 3/31 (5.0.367.0 (43218)) and so far it seems to be working OK there.
Comment #2
Posted on Apr 1, 2010 by Quick Monkey(No comment was entered for this change.)
Comment #3
Posted on Apr 3, 2010 by Quick MonkeyThis should be a temporary issue. It should be fixed in the next build.
Comment #4
Posted on Apr 7, 2010 by Quick MonkeyYou can check out the following table:
http://code.google.com/p/chromedevtools/wiki/VersionCompatibility
Comment #5
Posted on Apr 7, 2010 by Happy HippoDoes this mean we would need to require our users to update the product as Chrome gets updated?
Comment #6
Posted on Apr 7, 2010 by Quick MonkeyThis is only a recommendation. As a general practice the most recent version is recommended.
In fact there might be a moment when future version of Chrome stops supporting the current protocol and old versions of plugins will stop working. However we don't have such plans for a near future AFAIK.
Comment #7
Posted on May 8, 2010 by Happy HippoI believe this one can be closed now - it works with the latest beta.
Comment #8
Posted on Aug 9, 2010 by Quick MonkeyUpdated version for Mac works OK
Status: WontFix
Labels:
Type-Defect
Priority-Medium