I am running the main function of class by running from command line the following:
java -classpath '/Library/apache-tomcat-7.0.62/lib/*:project/webapp/b2c/ROOT/WEB-INF/lib/*' -Xmx3072m -Xdebug com.myClass
I want to debug this class myClass.
But I cannnot do this while running from command line.
How can I debug myClass from eclipse using the same java -classpath variable