[xdebug-dev] Bug 0000327: xdebug.var_display_max_* values are ignored in remote usage

From: <noreply[@]lists.xdebug.org>
Date: Fri, 26 Oct 2007 16:13:22 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000327
======================================================================
Reporter: MikeD
Handler:
======================================================================
Project: Xdebug
Bug ID: 327
Category: Usage problems
Reproducibility: always
Severity: major
Priority: normal
Status: new
Operating System:
PHP Version: 5.1.2
Xdebug Version: 2.0.0
======================================================================
Date Submitted: 2007-10-26 16:13 CEST
Last Modified: 2007-10-26 16:13 CEST
======================================================================
Summary: xdebug.var_display_max_* values are ignored in remote usage
Description:
running xdebug for remote debugging, however it seems that the
xdebug.var_display_max_children, xdebug.var_display_max_data,
xdebug.var_display_max_depth settings in php.ini are ignored and internal
default values are used. Note that these internal values used are
different from the normal defaults

xdebug.var_display_max_data:
normal default: 512
php.ini setting: 2048
queried value: 1024

xdebug.var_display_max_children
normal default: 128
php.ini setting: 2048
returned value: 32

xdebug.var_display_max_depth
normal default: 3
php.ini setting: 20
returned value: 1

workaround:
when debugging session launches send these DBGp commands to reset the
configurations to the desired values:

feature_set -i 1 -n max_children -v <value>
feature_set -i 2 -n max_data -v <value>
feature_set -i 3 -n max_depth -v <value>

======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-10-26 16:13MikeD New Bug
2007-10-26 16:13MikeD Bug Monitored: MikeD
======================================================================
Received on Fri Oct 26 2007 - 16:13:34 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST