Class ScriptDebugger

java.lang.Object
org.springframework.extensions.webscripts.ScriptDebugger
All Implemented Interfaces:
Runnable

public class ScriptDebugger extends Object implements Runnable
Alfresco implementation of Rhino JavaScript debugger
Author:
davidc
  • Field Details

    • dim

      protected org.mozilla.javascript.tools.debugger.Dim dim
  • Constructor Details

    • ScriptDebugger

      public ScriptDebugger()
  • Method Details

    • setTitle

      public void setTitle(String title)
    • initDebugger

      protected void initDebugger()
    • start

      public void start()
      Start the Debugger
    • activate

      public void activate()
      Activate the Debugger
    • getTitle

      protected String getTitle()
    • show

      public void show()
      Show the debugger
    • hide

      public void hide()
      Hide the Debugger
    • isVisible

      public boolean isVisible()
      Is Debugger visible?
      Returns:
      boolean
    • isActive

      public boolean isActive()
      Is Debugger active?
      Returns:
      boolean
    • run

      public void run()
      Exit action.
      Specified by:
      run in interface Runnable