| Interface | Description |
|---|---|
| [source] DebuggedEnvironment |
Represents the debugger-side mirror of a debugged
Environment object in the remote VM. |
| [source] Debugger |
The main debugger interface.
|
| [source] DebuggerListener |
An interface for components that wish to receive debugging events.
|
| [source] DebugModel |
Represents the debugger-side mirror of a TemplateModel object, a Template
object, or a Configuration object.
|
| Class | Description |
|---|---|
| [source] Breakpoint |
Represents a breakpoint location consisting of a template name and a line number.
|
| [source] DebuggerClient |
A utility class that allows you to connect to the FreeMarker debugger service
running on a specific host and port.
|
| [source] EnvironmentSuspendedEvent |
Event describing a suspension of an environment (ie because it hit a
breakpoint).
|