i want to Debug my js codes in Eclipse. how to setup Mozilla rhino in Eclipse... (step by step guide.
Asked
Active
Viewed 2,136 times
7
-
Have you succeeded and share answer? – Paul Verest Mar 29 '13 at 10:17
-
Just check http://stackoverflow.com/questions/10312766/debug-javascript-within-eclipse-using-rhino – Pieter May 08 '13 at 15:15
-
There is no instruction how to set up. I cannot find update site searching Internet for 1 hour. – Paul Verest Sep 24 '13 at 02:30
1 Answers
-1
If you are using embedded Rhino I would use the debugger provided with the Rhino shell in the tools folder.
Check out the source code and browse to the main.java file in the debugger tool. Use that as a template to create your code to start the debugger in your javascript code.
As for using Eclipse to debug an embedded Rhino application I have heard of people doing it but I don't think that it would be worth the trouble.

babsher
- 1,016
- 2
- 8
- 11