I started using ScriptEngine to run javascript code. I find it very useful and useful for my needs, but something is missing and debugging it. How can I do it? I really want to be able to just set a breakpoint or step by step and see that the js interpreter runs my code, step by step. perhaps?
source share