I use eclipse 4.7.2 on macOS High Sierra.I installed PHP and xdebug with brew.
In php.ini,
zend_extension="/usr/local/opt/php72-xdebug/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_port="9000"
Verifying that phpinfo() displays the xdebug item.
However, even if you select Debug as ->Debug on Server,
Breakpoint will not stop the program.
Is there something wrong with the configuration?
php eclipse
After touching various settings, you can now debug them.
I can't tell you exactly where it is.
© 2024 OneMinuteCode. All rights reserved.