Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.groovy |
Contains the classes which implements the Groovy scripts.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
org.scripthelper.swing.debug |
Contains the Swing helper classes for the debugging framework.
|
Modifier and Type | Field and Description |
---|---|
protected DebugSession<?> |
DefaultDebugListener.currentSession
The current session.
|
protected DebugSession<S> |
AbstractDebugInstrumentor.session
The debug session.
|
protected DebugSession<S> |
DebugClient.session |
Modifier and Type | Method and Description |
---|---|
DebugSession<?> |
DebugSession.getParentSession()
Return the parent session.
|
DebugSession<?> |
DebugEvent.getSession()
Return the Debug session.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugListener.addDebugSession(DebugSession<?> session)
Add a debug session.
|
void |
DefaultDebugListener.addDebugSession(DebugSession<?> session)
Add a debug session.
|
void |
AbstractDebugInstrumentor.setSession(DebugSession<S> session)
Set the debug session.
|
void |
DebugInstrumentor.setSession(DebugSession<S> session)
Set the debug session.
|
void |
DebugListener.step(DebugSession<?> session,
Step step)
Apply a step.
|
void |
DefaultDebugListener.step(DebugSession<?> session,
Step step)
Apply a step.
|
Constructor and Description |
---|
DebugClient(DebugSession<S> session)
Constructor.
|
DebugEvent(DebugSession<?> session,
int lineNumber,
short type)
Constructor.
|
DebugEvent(DebugSession<?> session,
int lineNumber,
short type,
java.util.Map<Var,java.lang.Object> values)
Constructor.
|
DebugEvent(DebugSession<?> session,
short type)
Constructor.
|
DebugSession(DebugSession<?> parentSession,
DebuggingWrapper<S> wrapper,
SourceModel model) |
Modifier and Type | Method and Description |
---|---|
DebugSession<S> |
GroovyScriptWrapper.createDebugSession()
Create a debug session.
|
Modifier and Type | Field and Description |
---|---|
protected DebugSession<S> |
AbstractDebuggingScriptWrapper.session
The debug session.
|
Modifier and Type | Method and Description |
---|---|
DebugSession<S> |
AbstractDebuggingScriptWrapper.createDebugSession()
Create a debug session.
|
default DebugSession<S> |
DebuggingWrapper.createDebugSession()
Create a debug session.
|
DebugSession<S> |
AbstractDebuggingScriptWrapper.getDebugSession()
Return the current Debug session.
|
default DebugSession<S> |
DebuggingWrapper.getDebugSession()
Return the current Debug session.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingDebugScriptWindow.addDebugSession(DebugSession<?> session)
Set the debug session.
|
void |
SwingDebugScriptWindow.step(DebugSession<?> session,
Step step)
Apply a step.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence