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