Java/Javascript Debugging in DLTK1.0? [message #499239] |
Fri, 20 November 2009 14:29 |
Bill Knotts Messages: 6 Registered: November 2009 |
Junior Member |
|
|
Hoping to get a bit of guidance regarding the current level of support for Java/JavaScript debugging in DLTK 1.0.
I have attempted the steps below using fresh installs of the latest version 3.5.1 classic IDE, with DLTK added from http://download.eclipse.org/technology/dltk/updates/, on Windows XP.
I have a simple Java class that invokes an equally simple JavaScript file and was attempting to try typical debug activities against the JavaScript file (set breakpoints, step thru/over).
The launcher for the Debug Configuration is set to 'Debugging with JavaScript debug support launcher'.
Running the Debug Configuration results in a 'Problem Ocurred' dialog box being displayed with the following details:
"Cannot connect to VM"
"socket closed"
while in the console, the following is visible:
"Error opening zip file or JAR manifest missing : C:/rhino-agent.jar"
"Error occurred during initialization of VM"
"agent library failed to init: instrument"
Obviously the first thing I did was poke around for any file, anywhere, named rhino-agent.jar but did not find one (nor did I expect to given the unusual location in the console output).
This leads me to a couple of questions:
- Is what I am trying to do currently supported in this version of DLTK?
- If so, do the steps I am taking to launch a combined Java/JavaScript debug session appear to be correct?
- If so, any suggestions for resolving the error?
All advice or recommendations are welcome...
Regards,
Bill
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04226 seconds