Home » freemarker-2.3.13 » freemarker.debug » [javadoc | source]
freemarker.debug
public class: DebuggerClient [javadoc | source]
java.lang.Object
   freemarker.debug.DebuggerClient
A utility class that allows you to connect to the FreeMarker debugger service running on a specific host and port.
Method from freemarker.debug.DebuggerClient Summary:
getDebugger
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from freemarker.debug.DebuggerClient Detail:
 public static Debugger getDebugger(InetAddress host,
    int port,
    String password) throws IOException 
    Connects to the FreeMarker debugger service running on a specific host and port. The Java VM to which the connection is made must have defined the system property freemarker.debug.password in order to enable the debugger service. Additionally, the freemarker.debug.port system property can be set to specify the port where the debugger service is listening. When not specified, it defaults to Debugger#DEFAULT_PORT .