Waiting For Connection (netbeans-xdebug) MAMP OS X

后端 未结 4 523
南旧
南旧 2021-02-06 03:45

Preamble

After many hours, I have been unable to get NetBeans to connect to xdebug. Some months ago, after upgrading from an old version of MAMP to MAMP

4条回答
  •  难免孤独
    2021-02-06 04:24

    On clean download and install of netbeans working on xampp, xdebug worked except would not stop at breakpoints. Changed php.ini to: xdebug.remote_enable = 1 (from 0) and xdebug worked as expected!

提交回复
热议问题