getServer

Should the process listen for a debugger to attach (server) or immediately connect to an already running debugger (client)?

In server mode (server = true), the process listens for a debugger to connect after the JVM starts up.

In client mode (server = false), the process attempts to connect to an already running debugger.