Is it possible to build a debugger around a java script engine?

we use the java 6 scripting engine in our product, and now we are thinking of adding some debugging features.

my question is:

  • Is it possible? Does the java 6 script engine work with the same features as the rhino.
  • some documentation on how to start doing this, some code examples will be useful since I could not find anything on the Internet.

thanks

+3
source share
1 answer

, Firebug (www.getfirebug.com), "" Rhino ( Firebug , ).

+1

Source: https://habr.com/ru/post/1721977/


All Articles