The company is currently running mac + virtualbox + vagrant. The problem is that some code may still need to be easily debugged and written in IDE, but there are also many problems with ftp or shared directory. Do you have any suggestions? Can I only configure VIM? The company is currently running mac + virtualbox + vagrant.
The problem is that some code may still need to be easily debugged and written in IDE, but there are also many problems with ftp or shared directory. Do you have any suggestions? Can I only configure VIM?
Reply content:
The company is currently running mac + virtualbox + vagrant.
The problem is that some code may still need to be easily debugged and written in IDE, but there are also many problems with ftp or shared directory. Do you have any suggestions? Can I only configure VIM?
Non-gui mode. It is best to learn vim .!
Remote debugging for xdebug
Configure xdebug in your Virtual Machine
Ini
Xdebug. remote_enable = onxdebug. remote_host = "IP address of the remote IDE that can be accessed by your VM" xdebug. remote_port = 9000; however, we recommend that you change port 9000 because the default port of php-fpm is also 9000, which often causes conflict.
Then, you can remotely debug the SDK in IDE. eclipse, idea, and phpstorm can all be used.