分页: 1 / 1

新手问题:vim+xdebug调试php问题

发表于 : 2012-02-11 22:44
kxian
按F5后提示这个错误?
waiting new connection in 5 sec.
Connection closed, stop debugging (<type 'exceptions.AttributeError'>, Attribute
Error("DbgProtocol instance has no attribute 'stop'",), <traceback object at 0xb
71f9874>)
请按 ENTER 或其它命令继续

Re: 新手问题:vim+xdebug调试php问题

发表于 : 2012-09-12 17:58
guest
我也是这个问题

Re: 新手问题:vim+xdebug调试php问题

发表于 : 2012-09-13 12:39
noble_out
在5秒之内URL后加?XDEBUG_SESSION_START=1刷新!
PHP那么简单,像调试C程序那样调试没必要吧???????