intellij idea - How to configure PHP Storm for working and debugging remote project (existent PHP files) -
i have been using lot of ides, lot of intellij idea. cannot configure phpstorm ide work remote project. have tried several times several hours, still doesn't desired result.
i have remote web server, let has name mysuperdomain.com
. have ftp access , if required can ssh access.
i have web site/application on remote server, nothing magic. simple location /var/www/mysuperdomain/public/
. have common web file formats here js, php , html, css... simple web page. interested in editing , debugging project remotely.
so want create project on local machine, configure access remote server directory project /var/www/mysuperdomain/public/project
, files there, can edit them , changes saved , synchronized remote server.
i have used ssh access open files in sublimetext edit them, , each time pressed ctrl+s changes have been affected remote server files. need same in phpstorm + debugging (variables values, breakpoints..)
i have tried follow official tutorials, still cannot working need.
Comments
Post a Comment