| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptDebugger.AlfrescoScopeProvider |
| Modifier and Type | Field and Description |
|---|---|
protected org.mozilla.javascript.tools.debugger.Dim |
dim |
| Constructor and Description |
|---|
ScriptDebugger() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the Debugger
|
protected String |
getTitle() |
void |
hide()
Hide the Debugger
|
protected void |
initDebugger() |
boolean |
isActive()
Is Debugger active?
|
boolean |
isVisible()
Is Debugger visible?
|
void |
run()
Exit action.
|
void |
setTitle(String title) |
void |
show()
Show the debugger
|
void |
start()
Start the Debugger
|
public void setTitle(String title)
protected void initDebugger()
public void start()
public void activate()
protected String getTitle()
public void show()
public void hide()
public boolean isVisible()
public boolean isActive()
Copyright © 2005–2021 Alfresco Software. All rights reserved.