Re: Re: Important fix, visual debugger
Hannes Wallnoefer <hannesw <at> gmail.com>
2005-03-14 16:36:59 GMT
I optimized the Rhino debugger a bit for working with Helma apps. It
looks now like this:
http://helma.org/static/images/helma/helma-debugger.png
Please check it out, it'll go into the Helma 1.4.3 bug fix release
which I plan to put out tomorrow, so hurry up with any
feedback/whishes/reports.
Hannes
PS to Juerg: I thought a lot about your question of remote debuggable
apps over the weekend, and I think now it's doable, even for
production systems. Maybe in Helma 1.5. More on this at a later time.
On Fri, 11 Mar 2005 17:36:28 +0100, Hannes Wallnoefer <hannesw <at> gmail.com> wrote:
> On Fri, 11 Mar 2005 17:24:09 +0100, Juerg Lehni <juerg <at> scratchdisk.com> wrote:
> > That's really great news indeed.
> >
> > I'm probably asking for too much now, but is it possible to run the
> > Rhino debugger in a remote session from another machine?
>
> It should work via X11, or some other sort of network display
> technology such as VNC, but it doesn't have any network support built
> in AFAIK. Which doesn't mean it can't be done, of course, but I wonder
> how usable it would be under average bandwith conditions.
>
> One constraint of the debugger is that it needs rhino.optlevel to be
> set to -1 (pure interpreter, no compilation to class files). Helma
> takes care of this now when starting an app in visual debugger mode,
(Continue reading)