|
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. |
|
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. |
Can JavaScript be supported arrays?