public class PojoBreakpointAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected java.lang.String |
step
The current step.
|
| Constructor and Description |
|---|
PojoBreakpointAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
Execute a series of steps.
|
boolean |
isAtBreakpoint(java.lang.String[] breakpoints)
Return true, when a breakpoint was hit.
|