[packages/php-pecl-xdebug] define xdebug.cli_color

glen glen at pld-linux.org
Tue Jun 24 12:18:07 CEST 2014


commit de02be7680f82cadfc8997027826f1ff04778d79
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jun 24 12:39:54 2014 +0300

    define xdebug.cli_color

 xdebug.ini | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/xdebug.ini b/xdebug.ini
index 65f6b20..4672304 100644
--- a/xdebug.ini
+++ b/xdebug.ini
@@ -264,3 +264,16 @@ xdebug.var_display_max_data=512
 ; any influence on the depth of children that is send to the client through the
 ; Remote Debugging feature.
 xdebug.var_display_max_depth=3
+
+; Type: integer, Default value: 0, Introduced in Xdebug > 2.2
+;
+; If this setting is 1, Xdebug will color var_dumps and stack traces output
+; when in CLI mode and when the output is a tty. On Windows, the ANSICON tool
+; needs to be installed.
+;
+; If the setting is 2, then Xdebug will always color var_dumps and stack trace,
+; no matter whether it's connected to a tty or whether ANSICON is installed. In
+; this case, you might end up seeing escape codes.
+;
+; See this article for some more information: http://derickrethans.nl/cli-color.html
+xdebug.cli_color = 1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-xdebug.git/commitdiff/3dda0a078ee3f24afa87fa954958a10353e09531



More information about the pld-cvs-commit mailing list