xdebug vim plugin doesn't show variable values (php)
问题 I'm on Ubuntu 10.04 LTS vim version 7.2.330 xdebug vim plugin version 1.1.1 (downloaded from http://www.vim.org/scripts/script.php?script_id=1929) PHP 5.3.2 Apache/2.2.14 Xdebug v2.0.5 I have these options in my /etc/php5/apache2/php.ini file [debug] ; Remote settings xdebug.remote_autostart=off xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=localhost xdebug.remote_port=9000 ; General xdebug.auto_trace=off xdebug.collect_includes=on xdebug.collect