3.40. Remote Debugging

3.40.1. Configuring Eclipse for remote debugging

You can remote debug an AUT by simply modifying or creating a AUT configuration. The following options must be added to your JRE Arguments:

-Xdebug 
-Xnoagent 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4711 
-Djava.compiler=NONE 

Not all JREs support the arguments listed above. If you are not using a Java Standard Edition JRE to start your AUT, you will likely not be able to use this method to remotely debug your AUT.



Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.