I'm not sure when or what I changed, but suddenly xdebug no longer displays its formatted stacks. Instead, it displays stacktrtace without HTML; here is an example ; While I would expect orange tables, for example here
I was looking for documentation, but cannot find a link to a parameter or configuration that would (un) install this. What have I done wrong?
My xdebug.ini (Ubuntu, so / etc / php 5 / conf.d / xdebug.ini) is small:
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so xdebug.default_enable = 1 xdebug.auto_trace = 1 xdebug.remote_enable = 1 xdebug.remote_port = 9010 xdebug.remote_host = audrey ; xdebug.profiler_enable = 1 ; Markup of var_dump xdebug.overload_var_dump = 1
xdebug
berkes
source share