调用博主最近登录时间
生活中的HYGGE
How to set up debugging with PhpStorm and Homestead
PHP

How to set up debugging with PhpStorm and Homestead

hygge
2022-12-22 / 0 评论 / 173 阅读 / 正在检测是否收录...

lbyyiljm.png

  • 20-xdebug.ini

    zend_extension=xdebug.so
    xdebug.mode = debug
    xdebug.discover_client_host = false
    xdebug.client_host = 10.0.2.2
    xdebug.client_port = 9000
    xdebug.max_nesting_level = 512
    xdebug.start_with_request = trigger
    xdebug.idekey = PHPSTORM

    lbyylbk2.png

引用

1.How to set up debugging with PhpStorm and Homestead:https://dev.to/daniel_werner/how-to-set-up-debugging-with-phpstorm-and-homestead-484g
2.How to setup Xdebug with PhpStorm and Laravel Homestead:https://www.youtube.com/watch?v=F7PKs_U4mQg&t=351s&ab_channel=JeezyCarry

0

评论 (0)

取消