xdebug.remote_autostart, remote, and connect_back not turning on

后端 未结 2 1041
终归单人心
终归单人心 2021-01-14 23:50

I\'ve spent some time trying to figure out why the autostart, remote , and connect_back settings wont turn on. I\'ve typed in:

xdebug.remote_enable=1
xdebug.         


        
2条回答
  •  礼貌的吻别
    2021-01-15 00:16

    Bit late answer maybe but here's how I solved this issue. For some reason MAMP conf files doesn't affect these settings, what I did was:

    Go to /MAMP/bin/php/[phpX.X.XX ie your current version]/conf/php.ini and set it here.

提交回复
热议问题