Subj : Re: Use org.mozilla.javascript.tools.debugger in application which To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Thu May 27 2004 02:35 pm Merten Schumann wrote: >>Ant build script for Rhino downloads Java sources for the >>classes from >>Sun examples web site and if you need to recompile Rhino >>debugger then >>you have to run ant once or download and unpack the sources yourself. > > > I see, got the sources, thanx. > > Igor, what do you think, could another method additionally to main() > make it's way to official Rhino? I added an mainEmbedded() method which > could be helpful, if you use Rhino embedded. > > But when I look at the current tip it seems the Debugger is about to be > changed anyway ... Maybe I should get the latest tip. Yes, it is changed to split debugger into debug implementation and GUI part. It could be used to port the debugger into SWT later but public methods in Main should survive the changes. So could you send your changes as diff -u against the Rhino tip? Regards, Igor .