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.
请先登录再写评论。
Hello,
Please ensure port 1234 is opened on your machine.
If this doesn't help please try run the following command:
Regards,
Oleg