Intellij IDEA integration plugin - Build conf. does not have JPS runner
Hello,
I'm using IntelliJ IDEA 13.1.3 and am connected via TeamCity Plugin to Teamcity 8.0.6.
I can do everything except for remote debugging -- all the build configurations are being filtered out from being used for remote debug.
I have enable logging and this is what I get
2014-05-29 13:16:39,149 [ 136551] DEBUG - ectConfigurationsTreeStructure - The following build types were filtered out from being used for remote debug:
2014-05-29 13:16:39,151 [ 136553] DEBUG - ectConfigurationsTreeStructure - Does not have JPS runner: <build conf. name>
The same message repeats for every single one build configuration in TeamCity.
Help would be kindly appreciated,
Thank you,
PG
Please sign in to leave a comment.
To use the remote debugging feature, you must have at least one build step that use Idea Project Runner. And remote debugging will be executed against this (these build steps)