How to debug GradleFX?
I am trying to add some functionality to GradleFx, and it would
be very useful if I could debug it. If I generate its files with
"gradlew idea", I can import it, debug and run the tests.
But I would like to set breakpoints in GradleFX while I run one of
my own build scripts (from my Flash projects). Do yo know how to do
this?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 02 Dec, 2014 07:11 AM
Haven't done this myself. I actually don't think you can, but not 100% sure.
2 Posted by Matyas F on 02 Dec, 2014 09:00 PM
Actually I could do it, following this guide: http://georgik.sinusgear.com/2014/06/23/how-to-debug-gradle-script/ I could place breakpoints in the GradleFX code :)