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 22: Line 22:
 
|[http://www.jython.org/ Jython]
 
|[http://www.jython.org/ Jython]
 
|[http://pydev.org/ PyDev]
 
|[http://pydev.org/ PyDev]
|in development
+
|yes<sup>2<sup>
 
|yes
 
|yes
  
Line 40: Line 40:
  
 
<sup>1</sup> ... Nashorn does not provide a debugger interface
 
<sup>1</sup> ... Nashorn does not provide a debugger interface
 +
<sup>2</sup> ... currently the very first debug launch will fail (if using modules). Run it a 2nd time to start debugging
  
 
[[Category:EASE]]
 
[[Category:EASE]]

Revision as of 12:33, 5 November 2014

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

Back to the top