12.1 Remote Debugging

You can remote debug an AUT which has been started by Jubula 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

\includegraphics[height=2cm]{lightbulb} 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 .



Subsections

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