Details
Description
This patch enables the Java remote debugging interface if Cargo is running in debug mode.
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Djava.compiler=NONE
This patch enables the Java remote debugging interface if Cargo is running in debug mode.
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Djava.compiler=NONE
Hi Niclas,
Thanks but isn't that already possible when using Cargo by using the "cargo.jvmargs" property? See http://cargo.codehaus.org/Configuration+properties
Note: Related to see I've also just created
CARGO-448I think your jvm args line would be useful as documentation the Cargo web site on http://cargo.codehaus.org/Debugging. If you're interested to contribute documentation please register yourself in Xircles as contributor for Cargo and I'll give you access to the Cargo web site.