Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I'm developing a java application where some logic is performed via jsr223 (javascript). In java class I forward some java object to javascript (e.g. my domain objects, PreparedStatement for some SQL queries) and then I start compiled javascript code.

I use Eclipse for development.

My question is, how to debug javascript part?

Cheers, Jacek

like image 368
user1337302 Avatar asked Nov 13 '22 03:11

user1337302


1 Answers

Here's info for debugging js in jsr223 from Netbeans.

Can't say anything about eclipse.

like image 177
kirilloid Avatar answered Nov 16 '22 02:11

kirilloid