Subj : Re: Rhino Debugger To : Jim.Jackson@SunGard.com From : Igor Bukanov Date : Tue Aug 26 2003 08:34 pm Jim.Jackson@SunGard.com wrote: > I see, so it would need to run as an applet in order to maintain state. I > was thinking of storing state in the http session. Since Rhino calls the debugger when it detects breakpoint conditions, you need a way to send a notification about it to a client. It is hard to do in pure HTML/JS unless you want to query your server every second or so to check for breakpoints. It is much simple to write an applet that server can notify and then the applet can call some code in your HTML. Regards, Igor .