How to use remote debug?

I want ot remote debug rails app in another server, and how to implement?
I use following script to start rails app on Windows, but web server can not be started, any idea?
   rdebug-ide --port 1234 -- script/server
An artiface to introduce remote debug for rails and common app is great.

0
1 comment
Avatar
Permanently deleted user

Hello,

I want ot remote debug rails app in another server, and how to implement?

I use following script to start rails app on Windows, but web server can not be started, any idea?
   rdebug-ide --port 1234 -- script/server
An artiface to introduce remote debug for rails and common app is great. :)

Please ensure port 1234 is opened on your machine.
If this doesn't help please try run the following command:

rdebug-ide --debug --port 1234 -- script/server

Regards,
Oleg

0

Please sign in to leave a comment.