kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Timed out waiting for version #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome version: 9.0.597.102
SDK + Eclipse Debugger version(s): Helios Service Release 1 Build id: 
20100917-0705
OS + version: Mac OS X Snow Leopard
Version of sources: latest from subversion, rev. 537

What steps will reproduce the problem?
1. Launch Chrome
2. Launch debugger
3. See the exception window saying "Timed out waiting for version"

Stacktrace:

java.io.IOException: Timed out waiting for version
    at org.chromium.sdk.internal.JavascriptVmImpl.newIOException(JavascriptVmImpl.java:77)
    at org.chromium.sdk.internal.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:126)
    at org.chromium.sdk.internal.StandaloneVmImpl.attach(StandaloneVmImpl.java:71)
    at org.chromium.debug.core.model.JavascriptVmEmbedderFactory$2$1.attach(JavascriptVmEmbedderFactory.java:121)
    at org.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:97)
    at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:84)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:923)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1126)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Original issue reported on code.google.com by renat.zubairov on 25 Feb 2011 at 9:46

GoogleCodeExporter commented 8 years ago
You seem to be connecting as "V8 Standalone" to Chrome browser. This won't 
work. Launch type should be "Chromium JavaScript".

Original comment by peter.ry...@gmail.com on 25 Feb 2011 at 11:55

GoogleCodeExporter commented 8 years ago
Thank you for reporting. I submitted a new issue on this:
http://code.google.com/p/chromedevtools/issues/detail?id=39

Original comment by peter.ry...@gmail.com on 25 Feb 2011 at 12:00

GoogleCodeExporter commented 8 years ago
Right, just used the wrong debug configuration. Thnx!

Original comment by renat.zubairov on 25 Feb 2011 at 12:52