- This topic has 5 replies, 3 voices, and was last updated 18 years, 11 months ago by Greg.
-
AuthorPosts
-
dkittleMemberI cannot launch the javascript debugger, nor can I set a breakpoint by right clicking and selecting Toggle Breakpoint (I tried in both HTML and in the JS files).
I’m running Eclipse 3.1.1, ME 4.1M2 and tried both JDK1.5.0_05 and JDK1.6.0B63 on Fedora Core 4 (KDE if it matters). There is nothing output in the logs either when I try to set the breakpoint nor when I try to launch the debugger. I right click on the HTML (and tried the JS) to launch in the JavaScript Debugger and nothing happens.
GregMemberCurrently the JavaScript Debugger is windows only. We are going to be adding Linux/Mac support in 4.1 final. It was our aim to put alerts in the workbench for Linux/Mac users that the JS Debugger wasn’t yet available, but they didn’t make it into M2.
dkittleMemberAny date for 4.1 final 🙂
GregMemberJan 2006. We aren’t adding any new features in 4.1 GA, just bug fixes and stability changes from 4.1M2, so it should happen fairly quickly.
Ashutosh JindalMemberHello,
When i try to launch the JS Debugger i get the following error :
Here is the exact alert message that i get :
—————————
javaw.exe – Unable To Locate DLL
—————————
The dynamic link library MSVCP71.dll could not be found in the specified pathHere is info related to MyEclispe (4.1M2)
*** Date: Fri Dec 23 15:36:32 GMT+05:30 2005
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_03*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.200 M2
Build id: 20051205-4.1-Milestone2*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
G:\Eclipse 3.1\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
314_7c
-vm
C:\Java\jdk\bin\javaw.exeAlso,
Here is the error log when this happens:
com.jniwrapper.LibraryNotFoundException: C:\Program Files\MyEclipse 4.1M2\eclipse\plugins\com.genuitec.javascript.debug.mozilla_4.0.200\XPCOM\bin\xpcom.dll
at com.jniwrapper.Library.loadLibrary(Native Method)
at com.jniwrapper.Library.a(SourceFile:133)
at com.jniwrapper.Library.load(SourceFile:128)
at com.jniwrapper.Library.getFunction(SourceFile:245)
at com.jniwrapper.Library.getFunction(SourceFile:263)
at com.jniwrapper.xpcom.XpcFunctions.initializeImpl(XpcFunctions.java:73)
at com.jniwrapper.xpcom.XpcFunctions.initialize(XpcFunctions.java:66)
at com.genuitec.javascript.debug.mozilla.MozillaPlugin$1.run(MozillaPlugin.java:69)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
at com.genuitec.javascript.debug.mozilla.MozillaPlugin$MozillaEventLoop.run(MozillaPlugin.java:80)
at java.lang.Thread.run(Thread.java:534)And the associated message is :
Could not initialize XPCOM functions
However, i checked that the xpcom.dll is present and also tried copying the same into c:\winnt\system32 folder but got the same error as before.
GregMemberMorpheus,
I responded to this same question over in its own thread located here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10699.htmlSo we can continue your support case there instead, thanks.
-
AuthorPosts