Hi all,

We have an in-house application that runs a lot of scripts that are loaded from disk and that are executed through the JSR-223 Java Scripting API (though soon we'll probably move to the GroovyScriptEngine for this).

Is there any way to debug these scripts in a running instance from, say, IntelliJ? Since there is really no correlation between the file names of these scripts and the generated class names, I'm not sure how we can set breakpoints?

Maarten

Reply via email to