Package | Description |
---|---|
freemarker.debug |
Debugging API; experimental status, might change!
|
Modifier and Type | Interface and Description |
---|---|
interface |
DebuggedEnvironment
Represents the debugger-side mirror of a debugged
Environment object in the remote VM. |
Modifier and Type | Method and Description |
---|---|
DebugModel |
DebugModel.get(int index) |
DebugModel[] |
DebugModel.get(int fromIndex,
int toIndex) |
DebugModel |
DebugModel.get(java.lang.String key) |
DebugModel[] |
DebugModel.get(java.lang.String[] keys) |
DebugModel[] |
DebugModel.getCollection() |