Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EASE/Engines"

(Supported Script Engines)
Line 39: Line 39:
 
|}
 
|}
  
<sup>1</sup> ... Nashorn does not provide a debugger interface
+
<sup>1</sup> ... Nashorn does not provide a debugger interface<br />
<sup>2</sup> ... currently the very first debug launch will fail (if using modules). Run it a 2nd time to start debugging
+
<sup>2</sup> ... currently the very first debug launch will fail (if using modules). Run it a 2nd time to start debugging (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457421 457421])
  
 
[[Category:EASE]]
 
[[Category:EASE]]

Revision as of 05:18, 14 January 2015

Supported Script Engines

Engine Editors Debug support Modules
Rhino JSDT yes yes
Nashorn JSDT no1 yes
Jython PyDev yes2 yes
Groovy no yes
JRuby no yes

1 ... Nashorn does not provide a debugger interface
2 ... currently the very first debug launch will fail (if using modules). Run it a 2nd time to start debugging (see bug 457421)

Back to the top