6

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

2
  • 1
    Well, for starters there's println() in JavaScript. Commented Jun 23, 2012 at 18:40
  • @Pointy #1 Since when..? and #2 That's not debugging :( Commented Jun 23, 2012 at 18:40

1 Answer 1

1

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

Can't say anything about eclipse.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.