Is there a good tool for Virtual Machine Development?

Source: Internet
Author: User
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

IniXdebug. 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.