While debugging with java codes when we pass the arguments there is one argument i.e. server=y
why do we use it? Can someone please give all the details about it???
I used the arguments as below-
-Xdebug -Xrunjdwp:transport=dt_socket,address=4010,server=y,suspend=y
According to the documentation:
So in short, it tells the application to act like a server and listen for a debugger.