Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Running is pretty simple as a maven project (gae:run) but debugging is not so obvious. Is there some instructions on how to get that working?

share|improve this question
IDEA Ultimate has a configuration for debugging App Engine applications. – CrazyCoder Feb 13 at 14:51
The thing is you have to specify the path of the app engine sdk. But I'm getting that dependency through maven. Should I just download a copy of the sdk and use that for debugging? – rgrinberg Feb 13 at 15:10
Yes, you need to have a copy of the SDK so that IDEA can work with GAE and use the tools provided by the SDK, Maven dependencies are not enough. – CrazyCoder Feb 13 at 15:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.