Description
Debugging features such as breakpoints, stepping, and runtime inspection can be provided to Java editors through a debug server.
It is useful for development environments that need Java debugging outside a full IDE. Debug servers can expose application state and code execution controls, so bind them only to trusted sessions.