On Fri, Apr 9, 2010 at 09:07, Felipe Cypriano <[email protected]> wrote:
> Hello, > > I'm working on my first project with Gradle and I'm trying to debug the > test execution, but I didn't find what option start the task in debug mode. > The only thing about debug I found on the docs was about logs. > > How to debug my project, I'm using Intellij IDEA? > > > Regards, > --- > Felipe Cypriano > > The run in IntelliJ simply runs it as a Groovy file, so if you run your Groovy file in debug this should be what you want to have happen. I'm pretty sure there's a hot key for it, just don't remember of hand what it is. -- Jason Porter Software Engineer Open Source Advocate PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu
