mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
d8492658bb
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. |
||
---|---|---|
.. | ||
org/mozilla/javascript/tools | ||
build.xml |