On 3 nov, 18:15, Attila Szegedi <[email protected]> wrote:
> What kind of instrumentation do you need? You can achieve some things  
> by implementing the org.mozilla.javascript.debug.Debugger interface  
> and hook an instance of it into the Context using setDebugger(). I.e.  
> function enter/exit, code coverage by line etc. are all possible to be  
> tracked by implementing a Debugger.
>
> Attila.

Sorry, I wasn't clear on that. I need to add instrumentation code to
javascript files and then produce new javascript files (with the
instrumentation code), so that they can be run in a web browser.

Frank
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to