Re: Debug tool for Nashorn

2014-01-30 Thread Petr Pisl
Yes, this is right. NB 8 has JS debugger. Petr Netbeans 8 supports Nashorn debugging. -- Jim On Jan 30, 2014, at 5:25 AM, Shengyuan Lu wrote: Dear Nashorn, Does Nashorn provide debug tool on JDK8 platform? I tried it on NetBean IDE, but no debug tool on *Javascript source code level* is

Re: Calling from JRuby

2014-01-30 Thread Kon Soulianidis
I would guess the same way. Perhaps translate all the Java on the Scripting docsinto JRuby ;-) On 27 January 2014 13:30, James Ladd wrote: > Does anyone have example code of calling Nashorn from JRuby? >

Re: Debug tool for Nashorn

2014-01-30 Thread Jim Laskey (Oracle)
Netbeans 8 supports Nashorn debugging. -- Jim On Jan 30, 2014, at 5:25 AM, Shengyuan Lu wrote: > Dear Nashorn, > > Does Nashorn provide debug tool on JDK8 platform? > I tried it on NetBean IDE, but no debug tool on *Javascript source code > level* is available. > > By the way, I don't use N

Debug tool for Nashorn

2014-01-30 Thread Shengyuan Lu
Dear Nashorn, Does Nashorn provide debug tool on JDK8 platform? I tried it on NetBean IDE, but no debug tool on *Javascript source code level* is available. By the way, I don't use Nashorn for JavaFX programming. Thanks! Shengyuan