public class DebuggerClient
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Debugger |
getDebugger(java.net.InetAddress host,
int port,
java.lang.String password)
Connects to the FreeMarker debugger service running on a specific host
and port.
|
public static Debugger getDebugger(java.net.InetAddress host, int port, java.lang.String password) throws java.io.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 servicejava.io.IOException
- if an exception occurs.