Re: intellij debugging in jboss
Posted By:
Frank_Merenda
Posted On:
Monday, May 12, 2003 09:41 AM
On linux, I am using the following successfully:
JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
you may need to remove the address, and you also may need to put it in double quotes. Good luck.
-Frank