dongshen9058 2017-09-21 18:25
浏览 249
已采纳

如何在Vagrant(Homestead)上使用XDebug和VSCode?

Guide on how to setup XDebug on Vagrant (Homestead) with VSCode

Versions:

  1. PHP 7.1
  2. VSCode 1.16.1
  3. XDebug 2.5.5
  4. Vagrant 1.9.8
  • 写回答

1条回答 默认 最新

  • duanni5726 2017-09-21 18:25
    关注

    This guide is based on Vagrant (Homestead 6), PHP 7.1, Xdebug 2.55, VSCode. Homestead uses Ubuntu 16.04

    1. Install Vagrant
    2. Add Homestead box to Vagrant. You can find more info about Laravel Homestead

    3. Homestead folder has after.sh, copy these LINES to after.sh to install xdebug after initialization of vagrant.

    4. Don't forget to specify php: "7.1" in Homestead.yamlat sites

    5. Run vagrant up or vagrant reload --provision

    6. If everything is correct, you should see this lines after vagrant up or vagrant reload --provision enter image description here

    7. Install VSCode and PHPDebug extension on local machine

    8. Open VSCode -> click "Debug" -> click "Configure or Fix 'launch.json'"

    9. Use this launch.json to setup PHPDebug extension.

    10. Set breakpoint in any file, click on "Play" in debugger

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题