我刚刚安装了 xDebug,它似乎可以工作,但我只是在我的页面上得到纯文本输出。我怎样才能像它应该的那样获得 xDebug 的 html 输出?
我的 php.ini 有 html_erros ON,我的机器是 Mac osx lion。
zend服务器;
Zend Data Cache | Off
Zend Debugger | Off
php.ini 行;
; html_errors
; Default Value: On
; Development Value: On
; Production value: On
; zend_extension=/usr/local/zend/lib/php_extensions/xdebug.so
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.show_local_vars=On
xdebug.var_display_max_data=10000
xdebug.var_display_max_depth=20
Phpinfo() 不正确;
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with Zend Extension Manager v5.1, Copyright (c) 2003-2010, by Zend Technologies
- with Zend Data Cache v4.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [disabled]
- with Zend Java Bridge v3.1, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
- with Zend Utils v1.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
问候,尼基