This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.
Cannot attach debugger from eclipse, ClassCastException when used with VJET. #69
Open
Description
ChromeDevTools SDK WIP Backends 0.1.8.201207090606 org.chromium.sdk.wipbackends.feature.group
Chromium JavaScript Debugger Bridge to JSDT 0.3.6.201207090605 org.chromium.debug.jsdtbridge.feature.group
Chromium JavaScript Remote Debugger 0.3.6.201207090605 org.chromium.debug.feature.group
Eclipse IDE for Java Developers 1.3.2.20110218-0812 epp.package.java
VJET All Features 1.0.0.201105260911 org.ebayopensource.vjet.all.feature.group
Node.js version:0.8.1
Eclipse version: Helios Service Release 2
Google Chrome/V8 Embedder + version: 20.0.1132.47 m
[For WebKit (WIP) protocol] Backend version:
OS + version: Windows 7 X64
What steps will reproduce the problem?
Trying to launch the debugger from Eclipse and it doesn't seem to connect :(
This seems to be happening after installing VJET, before this plugin, it was
working fine...
What is the expected result?
- Debugger will connect.
What happens instead?
I see Launching delegate... and after a long period of time (maybe 2 minutes),
i'm getting a
An internal error occurred during: "Launching New_configuration".
Timeout
If I try again (twice), now I'm getting a:
Failed to connect to Standalone V8 VM
Failed to get version
Please provide any additional information below. If possible, attach a
(reduced) test-case.
- Install eclipse
- Install VJET
- Try to open a debug instance...
I would like to provide more info but it doesn't seems that I can get some
stacktrace..any place I can give more info... ?
Original issue reported on code.google.com by [email protected]
on 9 Jul 2012 at 4:25