Connect to IntelliJ debuger/console from a gradle task Follow
Answered
Hi,
I'm developing a gradle plugin for adobe air application, i've created tasks for compiling and launching app in ADL, it's working fine but is there any way i can link that ADL instance to IntellIJ debugger like it would works if i were using a debug configuration?
Thx a lot!
Please sign in to leave a comment.
Try to use Flash Remote Debug run configuration.
Hello,
Thx this works great just one more thing i'm trying to add this remote debug configuration into the "before launch" from another configuration but when i do so nothing happend when i click run or debug. Is this a bug or do i miss something?
Thx again!
Hm, indeed, looks like a bug.
At the same time it works in a different order: if other RC is set as before launch for Flash Remote Debug RC.
Yes indeed it works if you change order but debugger won't connect since you need to kill adl to make the previous rc complete and RC to run.
Do i need to open a ticket for this?
Thx
I'm afraid even if fixed it won't satisfy your needs. Another run configuration won't start until Flash Remote Debug ends. I do not think it makes sense to you.
Ok i'll do another way
Thanks