装了wamp后,xdebug默认就安装好了,为了能够用netbeans远程调试,配置文件里得加几句
[xdebug]xdebug.remote_enable = onxdebug.remote_handler=dbgpxdebug.remote_host=localhostxdebug.remote_port=9000
netbeansxdebug