-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript arrays? #2
Comments
Please add more information to this issue. Enumerate the environment where you would like this functionality - Javascript vm, Eclipse plugins, etc. |
For some time I was looking for everything helping JavaScript development with Eclipse http://www.nodeclipse.org And now mostly CromeDevTools are used for Node.js debugging, while Nashorn (JavaScript over Java 8) stays silent. I cannot even estimate time, but just opened ticket to have discussion and for references. JavaScript is quite different from Java from the point that variable can have numeric or any other value. (Have you tried ever visualize strings, e.g. by drawing their lengths?) There should be also nice user story showing when and how visualizing would make big change of have we we debugging. |
I have plans to extend the visualization to other datastructures, strings, etc. I think this lines up well with the MIrur roadmap. I'll have to take some time to see how easy it is to interface with an arbitrary Javascript vm (or just ChromeDevTools). Maybe the Eclipse SDK makes this easy. |
This is experiment related to Nodeclipse/www.nodeclipse.org#61 when and if there will be JavaScript support brandonborkholder#2 it should be as separate feature, and I'd like to put mirur into JavaTools if you agree
What's the recommended path for integrating with Enide? I see two plugins that provide some kind of javascript debugging support - org.chromium.debug and org.nodeclipse.debug. How do the two interact? |
I just finished support for javascript arrays in Mirur 1.1.0 (26c55e6). I tested it with Enide Studio 2014 and 2015. |
This is phenomenal. I will give a try this month. |
Can JavaScript be supported arrays?
The text was updated successfully, but these errors were encountered: