debug nashorn javascript code remotely
Does anyone know if IntelliJ supports debugging Nashorn Javascript code remotely?
In my particular case, Nashorn engine and the Javascript code are running inside a Play web server.
IntelliJ stops at Java break points, but not Javascript breakpoints if use IntelliJ to debug the Play web app remotely.
many thx,
请先登录再写评论。
IntelliJ can debug nashorn javascript remotely. you need to make sure jsfilename is relative path when eval load('jsfilename')