Unable to move PHP xdebug in eclipse

Asked 1 years ago, Updated 1 years ago, 70 views

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

2022-09-30 21:31

1 Answers

After touching various settings, you can now debug them.
I can't tell you exactly where it is.


2022-09-30 21:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.