I am developing a Java application where some logic is executed using jsr223 (javascript). In the java class, I forward the javascript java object (for example, my domain objects, PreparedStatement for some SQL queries), and then run the compiled javascript code.
I am using Eclipse for development.
My question is how to debug part of javascript?
Greetings, Jacek
source
share