Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.swing.debug |
Contains the Swing helper classes for the debugging framework.
|
Modifier and Type | Class and Description |
---|---|
class |
Breakpoint
Represents a debugging breakpoint.
|
Modifier and Type | Method and Description |
---|---|
Step |
DebugSession.addBreakpoint(int lineNumber)
Add a breakpoint for a line number, or change the breakpoint to a step.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,Step> |
DebugSession.getSteps()
Return the steps.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugSession.addStep(Step step)
Add a step.
|
void |
DebugListener.step(DebugSession<?> session,
Step step)
Apply a step.
|
void |
DefaultDebugListener.step(DebugSession<?> session,
Step step)
Apply a step.
|
Constructor and Description |
---|
Breakpoint(Step step)
Constructor.
|
Step(Step step)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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