Monday, March 28, 2011

Debugging Pax-Runner Applications

Include as flag passed into paxrunner.jar
--vmOptions="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"

In IDE start a remote debugging session and use port 5005.

See Also:

No comments:

Post a Comment