4

I have installed xdebug on my computer with windows and it works fine by default - traces are colorfull and pretty but on another computer with ubuntu 10.10 its colourless and without any formatting. I tryed fill xdebug formatting parameters in php.ini but it didn't work for me :(

What I need to make for improving output formatting?

Dmytro
  • 2,200
  • 3
  • 20
  • 32
  • 1
    A PHP patch about this was accepted yesterday: https://wiki.php.net/rfc/error-formatting-for-developers Regards. – PixEye Aug 11 '11 at 07:21

1 Answers1

15

I faced this problem once upon a time and turned out to be :

open php.ini and look for html_errors in your case it should be off

, so simply turn it on and restart your apache

and you would be good to go :)

tawfekov
  • 5,084
  • 3
  • 28
  • 51