Re: debugging in eclipse

2015-09-23 Thread Patrick Dube
Hi Alireza, A way to do it is to run CS from the terminal with these 2 commands from the root of your CS directory: $ export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n -Djava.net.preferIPv4S

debugging in eclipse

2015-09-23 Thread Alireza Eskandari
Hi friends, I'm not a Java developer but I'm interested to do some discoveries in CloudStack code. I have created a development environment with Eclipse in Ubuntu and I can successfully compile and run CloudStack 4.5.2 in this environment. The question is how can I use Eclipse to debug and trace