Debug Remotely on TC Agent does not work

I cannot debug tests remotly (even without sending local changes) on TC agent since IDEA shows me that something is wrong with SVN strucute: cannot find idea.maven/.idea or .idea directories (depand on project configuration). Is something special in configuration required to setup remote run for maven project?

2013-10-02 20:33:18,536 [ 724002]   WARN - remoteDebug.RemoteDebugSession - Failed to get VCS path: com.intellij.openapi.vcs.VcsException: Cannot get svn info for file 'C:/dev/src/trunk/idea.maven/.idea' : svn: E155010: The node 'C:\dev\src\trunk\idea.maven\.idea' was not found. Cannot get svn info for file 'C:/dev/src/trunk/idea.maven/.idea' : svn: E155010: The node 'C:\dev\src\trunk\idea.maven\.idea' was not found.


IDEA 12.1.5
TC 8.0.2

Regards,
Norbert

0
3 comments

Do you use Maven build runner? At the moment it's not supported.
To use remote debug, the build configuration has to use IDEA Project build runner, and .idea configuration directory should be put into version control.

0
Avatar
Permanently deleted user

Is support for maven build runner on the road map?

0

Please vote for this feature request in TW-25212.

0

Please sign in to leave a comment.