Is there a better tool for virtual machine development?

Source: Internet
Author: User
The company is currently a mac+virtualbox+vagrant environment.
Now the problem is that some code may still need to be easier to debug and write under the IDE, but with FTP or share the way the directory is a lot of problems, what good recommendation do you have? Is it the only way to configure VIM?

Reply content:

The company is currently a mac+virtualbox+vagrant environment.
Now the problem is that some code may still need to be easier to debug and write under the IDE, but with FTP or share the way the directory is a lot of problems, what good recommendation do you have? Is it the only way to configure VIM?

Non-GUI mode, it is best to learn vim it.

Xdebug has remote debugging AH Pro

Xdebug in your virtual machine

inixdebug.remote_enable = onxdebug.remote_host = "你的虚拟机能访问到的远程IDE所在IP"xdebug.remote_port = 9000;不过9000端口建议改掉,因为php-fpm默认的端口也是9000,常常会有冲突

The IDE can then be debugged remotely, and eclipse, idea, Phpstorm can

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