I\'m following the Udacity App Engine course but as the tinker, I\'m following using Gradle and IDEA (Open Source edition).
I have setup the project successfully using t
Configuration
Put jvmFlags on build.gradle
appengine { run { jvmFlags = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000'] } }
Debug