How to debug JavaScript code with Java (via JSR-223)?

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

+5
source share
1 answer

Here is information for debugging js in jsr223 from Netbeans .

I can not say anything about the eclipse.

+1
source

All Articles