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,