Can rubymine be used to debug application on a remote server
Hi:
Wondering if this is possible and what is necessary to configure it? Would be a linux server from a windows box, if that matters.
Currently, have account on railsplayground that I would like to do this with in particular.
Thanks.
Please sign in to leave a comment.
Hello Mark,
The answer is yes, RubyMine can be used for remote debugging purposes, learn how to: http://www.jetbrains.com/ruby/webhelp/remote-debugging-2.html
And here is a corresponding blog post: http://blogs.jetbrains.com/ruby/2009/05/ruby-remote-debug/
Regards,
Oleg
Hi Oleg:
Follow on question, can you use it to edit a Rails application on a remote linux server (from a Windows box) as a GUI and if so are there any other nuances to the setup. Thanks.
Mark
Hello Mark,
You can attach with debugger to the remote application, however you must have a local copy of the project for RubyMine work.
All the reqiured information is given in the posts mentioned above.
Regards,
Oleg