chenhailong 2012-12-05
要求:PHP 5+ with Xdebug, Python 2.0+
Vim 7.0+, 并+python, +signs
编译安装 带 --enable-pythoninterp —with-python-config-dir=/usr/lib/python2.4/config
打开 vim 查看 :version,是否 python, signs 前面是 + 号
Vim DBGp插件
http://www.vim.org/scripts/script.php?script_id=1929
在Vim中使用:scriptnames检查是否正确载入.
配置 let g:debuggerPort = 9001
接下假设, 我们要调试http://abc.baidu.com/dev/1.php, 用Vim打开服务器上的1.php, 使用 :Bp 在光标处设置断点:
然后按下F5, 进入监听, 在5秒钟以内, 我们通过http://abc.example.com/dev/1.php?XDEBUG_SESSION_START=1访问, 就会进入断点:
接下来, 我们就可以单步执行,查看变量,堆栈进行调试了.
通过命令行调试:
浏览器调试, 是通过XDEBUG_SESSION_START 触发, 而在命令行下就可以通过
export XDEBUG_CONFIG=’idekey=vim’. 来触发.
" \ \ / /_ | / | _ \ / | / / _ | \ | | | / |. " \ \ / / | || |/| | |) | | | | | | | | | | | | | | _.