How to remote debug rspec tests running in teamcity with rubymine?
Hi,
I'm trying to debug an rspec test failing only on a teamcity agent and it only happens when run through teamcity not directly on the agent. I'd like to run a remote debugging session so that I can set a breakpoint in the code that is failing and diagnose further through RubyMine. Any pointers to documentation that explains how to do this would be great.
Thanks,
Jay
Please sign in to leave a comment.
I doubt we have doc how to change TeamCity configuration to be able to debug it using RubyMine, but I'd start from http://www.jetbrains.com/ruby/webhelp/remote-debugging.html
Hope this helps you start. Feel free to ask more questions we will try to help.
Regards, Oleg.