关于 PHP的XDEBUG的问题

Warning: The remote debug handler 'dbgp ' is not supported. in Unknown on line 0

为什么每次都有这个警告。为什么会不支持dbgp协议? 这一点百度也百度不到。请教一下给位大神

http://blog.csdn.net/sding/article/details/5110816

2、XDebug 是Apache的一个扩展(DLL In Windows),类似于GD库。

3、XDebug 是Web Server(Apache)与远程调试客户端(例如:NotePad++的DBGP插件 )的一个接口,他们之间通过9000端口通信。

Wire Flow:

Web browser <==> Port 80 <==> Apache + PHP + Xdebug extension <==> Port 9000