我在外部服务器上有大项目(php + js + html)。我想知道,有可能在这个项目上“在线”工作。在服务器上有很多带有类和函数的php文件,我将在我的计算机上使用Eclipse(或其他IDE,php调试,比nodepad ++更多)。我以为Git帮助了我,但我不知道,git存储库是如何配置的,我开始想知道这是否可能。
答案 0 :(得分:0)
是的,但它的杀戮性能。您可以使用xdebug php扩展(git在这一刻不会帮助您)您必须:
yum isntall php71-php-pecl-xdebug
config xdebug extension(/etc/opt/remi/php71/php.d/15-xdebug.ini):
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.show_local_vars = 1
xdebug.remote_autostart = 1
xdebug.idekey =“production”
在您的帐号中设置idekey IDE