Has anyone had luck using Nashorn debugging in anything but the simplest configurations?
I've found some limitations that I can't get past:
- Doesn't work correctly with multi-module projects
- Doesn't work with Reader input
- Doesn't work well with CompiledScripts. It sort of works if you compile the statement "load(filename)" but that is a pretty useless compilation. What you really want to comple is filename
All of these things are needed in a real-life usage of Nashorn.
Any luck doing this? Any plans to support?
- Dave