Home » freemarker-2.3.13 » freemarker » debug »

freemarker.debug

Sub Packages:

freemarker.debug.impl    

Interfaces:

DebugModel   Represents the debugger-side mirror of a TemplateModel object, a Template object, or a Configuration object.  code | html
DebuggedEnvironment   Represents the debugger-side mirror of a debugged freemarker.core.Environment object in the remote VM.  code | html
Debugger   The main debugger interface.  code | html
DebuggerListener   An interface for components that wish to receive debugging events.  code | html

Classes:

Breakpoint   Represents a breakpoint location consisting of a template name and a line number.  code | html
DebuggerClient   A utility class that allows you to connect to the FreeMarker debugger service running on a specific host and port.  code | html
DebuggerClient.LocalDebuggerProxy     code | html
EnvironmentSuspendedEvent   Event describing a suspension of an environment (ie because it hit a breakpoint).  code | html