step 1
点击任务栏wampserver图标->php->php.ini[apache module]
在文件最后面,确保这些值被定义且跟以下的一样
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_port = 9003
xdebug.client_host = 127.0.0.1
step 2
按如下配置
step3
下断点,运行即可
点击任务栏wampserver图标->php->php.ini[apache module]
在文件最后面,确保这些值被定义且跟以下的一样
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_port = 9003
xdebug.client_host = 127.0.0.1
按如下配置
下断点,运行即可