Hello all,

        Did anyone get Netbeans debugging to work.

I have found the following so far...

1) you need to get Netbeans from www.netbeans.org
2) you need to get jpda from sun at http://java.sun.com/products/jpda/
3) you need to make sure the netbeans startup includes the jpda.jar
4) you need to make sure that the jpda/bin directory is in the path (not
classpath) before starting orion

make sure orion.jar, ejb.jar jndi.jar are all in the CLASSPATH
then start orion with:
java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,se
rver=y,suspend=y com.evermind.server.ApplicationServer


It will stop at the right line of code when I set a break point!
But I cannot seem to get it to show the contents of any of the variables.

Anyone have any ideas?

Regards,

Rob Lapensee
Director of Technology
Delfour Corporation
[EMAIL PROTECTED]
www.delfour.com



Reply via email to