gecko-dev/js/rhino/toolsrc
igor%mir2.org d8492658bb Committing patch from Steven Beal:
Have you considered adding a "Go" method to Main.java with
public visibility (same behavior as pressing the "Go" button in the debugger UI).

This would be a big help in a system where the debugger has been
embedded.  Being able to close the debugger and ensure that any
breakpoints were removed and any blocked threads notified would
be a nice feature.  Without this, closing the debugger can either
a) halt the application or b) destroy the debugger leaving blocked
threads in a permanent wait state.  Note that the debugger is
not actually destroyed in this case because the waiting threads
prevent it from being wholly GCed.
2003-01-15 10:42:56 +00:00
..
org/mozilla/javascript/tools Committing patch from Steven Beal: 2003-01-15 10:42:56 +00:00
build.xml cosmetics: end-of-line whitespace removal 2002-02-11 01:33:23 +00:00