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"

m
(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]
|yes<sup>2<sup>
+
|yes
 
|yes
 
|yes
  
Line 40: Line 40:
  
 
<sup>1</sup> ... Nashorn does not provide a debugger interface<br />  
 
<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 (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457421 bug 457421])
 
  
 
[[Category:EASE]]
 
[[Category:EASE]]

Revision as of 03:29, 5 May 2015

Supported Script Engines

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

1 ... Nashorn does not provide a debugger interface

Back to the top