Skip to content
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

Closed
paulvi opened this issue Jul 14, 2015 · 7 comments
Closed

JavaScript arrays? #2

paulvi opened this issue Jul 14, 2015 · 7 comments

Comments

@paulvi
Copy link
Contributor

paulvi commented Jul 14, 2015

Can JavaScript be supported arrays?

@brandonborkholder
Copy link
Owner

Please add more information to this issue. Enumerate the environment where you would like this functionality - Javascript vm, Eclipse plugins, etc.

@paulvi
Copy link
Contributor Author

paulvi commented Jul 20, 2015

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.

@brandonborkholder
Copy link
Owner

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.

paulvi pushed a commit to paulvi/mirur that referenced this issue Jul 24, 2015
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
paulvi added a commit to Nodeclipse/www.nodeclipse.org that referenced this issue Nov 7, 2015
@paulvi paulvi mentioned this issue Nov 7, 2015
@brandonborkholder
Copy link
Owner

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?

@brandonborkholder
Copy link
Owner

I just finished support for javascript arrays in Mirur 1.1.0 (26c55e6). I tested it with Enide Studio 2014 and 2015.

@paulvi
Copy link
Contributor Author

paulvi commented Dec 1, 2015

This is phenomenal. I will give a try this month.

@paulvi
Copy link
Contributor Author

paulvi commented Feb 2, 2016

It works

image

@paulvi paulvi closed this as completed Feb 2, 2016
paulvi added a commit to Nodeclipse/www.nodeclipse.org that referenced this issue Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants