Mohan-Sarilla commented on pull request #2106: URL: https://github.com/apache/netbeans/pull/2106#issuecomment-626599967
@JaroslavTulach , I have built the code and tested , The following are observations: JDK Version | Nashorn Option in ComboBox | Graal.js Option in ComboBox | Run Action with Nashorn | Run Action with Graal.js | Debug Action with Nashorn | Run Action with Graal.js -- | -- | -- | -- | -- | -- | -- JDK8 | Yes | Yes | Yes | Yes | Yes | Yes JDK11 | Yes | Yes | Yes | Yes | Yes | Yes JDK13 | Yes | Yes | Yes | Yes | Yes | Yes JDK14 | Yes | Yes | Yes | Yes | Yes | Yes JDK15 | No | Yes | No | Yes | No | Yes - By using Graal.js debugging is working fine, But variables info is not showing in the Variables tab of Debugging window. - If Netbeans launch with JDK15, By interchanging JDK Platform on **JS on JVM** Panel to Nashorn supported JDK Version, We could see Nashorn Option populating as expected in Engine ComboBox , By selecting Nashorn Option from that Engine ComboBox, still code is executing with **Graal.js** only. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
