This functionality is only available for certain module packages.

Debugging via command line

The debugging can also be executed via the console.

To do this enter the following command in the console:

jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000htr

The specification of the port must match the entry in the initialization file (for example -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n).