freemarker.debug
public class DebuggerClient extends Object
Modifier and Type | Method and Description |
---|---|
static Debugger |
getDebugger(InetAddress host,
int port,
String password)
Connects to the FreeMarker debugger service running on a specific host
and port.
|
public static Debugger getDebugger(InetAddress host, int port, String password) throws IOException
Debugger.DEFAULT_PORT
.host
- the host address of the machine where the debugger service is
running.port
- the port of the debugger servicepassword
- the password required to connect to the debugger serviceIOException
- if an exception occurs.