Browsing articles tagged with "xdebug | Rafał Żelazko - Dev Blog"
Apr
29

Xdebug truncate var_dump output

By rzelazko  //  Lamp, PHP  //  1 Comment

By default Xdebug truncate long var_dump output. To turn off this feature edit php.ini or xdebug.ini and add there:
read more

Dec
19

Instaling Xdebug (PHP5 Debian)

By rzelazko  //  Apache, Lamp, Linux, Pecl, PHP  //  1 Comment

To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
read more