Debug a JAVA application, use with Eclipse:
1 | java –Xdebug –Xrunjdwp:transport=dt_socket, server=y,suspend=y,address=1044 |
Suspend=y means, the application will wait to start up until you connect it with a debugger.
Debug a JAVA application, use with Eclipse:
1 | java –Xdebug –Xrunjdwp:transport=dt_socket, server=y,suspend=y,address=1044 |
Suspend=y means, the application will wait to start up until you connect it with a debugger.