When I try to debug a java google app engine application in eclipse, it does not start and does not throw the following exception. Could not find or load the main class com.google.appengine.tools.development.DevAppServerMain
But it starts when I run / debug as a maven build, but that doesn't concern the debug points ...
Can someone tell me how to debug a Google app?
Thank you in advance
source share