- This topic has 11 replies, 7 voices, and was last updated 12 years, 1 month ago by support-tony.
-
AuthorPosts
-
MarcogentMemberThis message has not been recovered.
Riyad KallaMemberI am only seeing this:
New fully integrated client-side JavaScript Debugger (Windows Only) with ability to Set and step through (into, over and to end) JavaScript breakpoints.
Can you clarify where you saw the notice about Linux and Mac support specifically for the AJAX tools? That might have been a mistake.
RealOps DevelopmentMemberAccording to the MyEclipse documentation, Javascript Debugging is not currently supported on Mac. I discovered this when I investigated upgrading my license to Professional rather than Standard. I lost interest in upgrading when I saw the following statement in the MyEclipse Learning Center article ” MyEclipse JavaScript Development and Debugging Quickstart,” section “3. Introduction”:
“Note-2: Please familiarize yourself with the known limitations of the MyEclipse JavaScript development tools. Of special note JavaScript debugging in MyEclipse 5.0 GA is only supported on the Windows an Linux platforms. Mac support is still under development.”
I have found this article two ways:
1) When investigating the Javascript Debugging feature mentioned in the MyEclipse Professional features when looking in to upgrading my license
2) In the Help documentation, after doing a search for “Javascript”Riyad, is Javascript debugging supported for Mac (the article is incorrect), or not? If it is supported, I would like to try it out before upgrading my license. I have a Standard license that expires in a month. Would it be possible to get a trial Professional license to use for the remainder of my current subscription?
Thanks,
Scott Moore
Riyad KallaMemberScott,
The documentation is correct, JavaScript debugging is still Windows/Linux only at this time. Our JS Debugger team wants to get it done for the next release after 5.1, but it’s ultimately up to management to prioritize that work to get done. It’s always an issue of trade offs… if we add that, no one gets Facelets support… or if we add Facelets support then no one gets Maven support and so on.Sorry about that hickup, we do appreciate you investigating upgrading to a Pro subscription and I hate telling people bad news when they need a feature 🙁
kenjo1MemberIs it still true that Javascript debugging is NOT supported on a Mac?
I have downloaded a trial version of MyEclipse (v10.0.0) and am running it on my iMac (Mac OS X Lion). I’m evaluating it and like it so far.
I downloaded and imported the Javascript tutorial (JS_Mario) into MyEclipse and set a breakpoint as directed in the tutorial. When I attempt to launch debug on the runmario.html file (right-click: “Debug_As->Javascript Application”), I receive the following modal window:
“The Javascript debugger is only available for Windows 32, Linux, and Mac OS X”.
I’m confused as I’m running on a Mac. So what else do I need to do??
Thank you in advance.
Ken
support-tonyKeymasterKen,
I assume you have selected one of the Cocoa install options, when installing MyEclipse. I’m afraid that the Javascript debugging feature is only available in Carbon installs. This is documented in the release notes that are available in the help. The good news is that you can install Carbon on your Mac. You can install the Carbon version alongside the Cocoa version, if you want to try out both, or you can first (or later) uninstall the Cocoa version.
Note that the visual designers are also only currently available on the Carbon install and need to have the following line added to the end of the myeclipse.ini file:
-Dmac.experimental=true
To locate the myeclipse.ini file, check out this FAQ: Where are the MyEclipse files and folders?
Please let us know if this works for you.
kenjo1MemberThanks Tony. I’ve switched to Carbon and added the experimental flag. Thanks again for the quick response.
Ken
support-tonyKeymasterKen,
No problem. I’m glad it’s working out. Let us know if you have more questions.
Barend KöbbenMemberI found this therad and now managed to get JS debugging running on MacOSX (in Carbon version). Note however, that in the installer’s options , ALL 3 option (Carbon 32, Cocoa 32 and Cocao 64 bit) still are quoted to have NO JS debugiing…
Barend Köbben
support-tonyKeymasterkobben,
The notes that appear when hovering over the three install options are correct; they all mention that Javascript debugging is not available for Cocoa installs. Due to technical issues, it was only possible to make the note applicable to the architecture being hovered over (64 bit or 32 bit), so the wording is more general in the 32 bit. Javascript debugging is available for Carbon installs and the note wording implies that.
Sorry for the confusion but I’m glad this thread helped you solve a problem.
ddolinarMemberTony,
You mention that javascript debugging is available on the carbon (32-bit) install of myeclipse. That’s great to hear, however for those of us who need to run 64-bit it’s a real problem as there is no 64-bit carbon support.
Is there any news on when there will be cocoa javascript debugging? It appears to have been ages since they first looked into it (2006). Is the team still looking into it?
— One who could really use 64-bit javascript debugging.
support-tonyKeymasterddolinar,
I’m afraid that we are still looking for a good solution for Cocoa and can’t give you any timeline on when that might be available.
Sorry.
-
AuthorPosts