【转】Vim + Xdebug + DBGp 调试环境
要求: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’. 来触发.
相关推荐
lerdor 2020-10-14
linzb 2020-09-22
HeronLinuxampARM 2020-09-14
CoderMannul 2020-09-07
lerdor 2020-08-31
ZZBAIFFA 2020-08-31
yonggeno 2020-08-18
yhuihon 2020-08-17
涅磐 2020-08-11
yhuihon 2020-08-09
zhangxl0 2020-07-28
yhuihon 2020-07-26
想个标题偏头痛 2020-07-19
老甘的可读区 2020-07-18
linzb 2020-07-18
xlb 2020-07-12
老甘的可读区 2020-07-09
極愛 2020-07-06