Loading configs/php/5.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ xdebug.remote_autostart = 1 xdebug.remote_port = 9000 xdebug.idekey = PHPSTORM #xdebug.collect_params = 4 xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = 1024 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown. configs/php/7.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ xdebug.client_port = 9003 xdebug.start_with_request = yes xdebug.remote_handler = dbgp xdebug.discover_client_host = true xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = -1 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.cli_color = 1 xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown. configs/php/8.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ xdebug.client_port = 9003 xdebug.start_with_request = yes xdebug.remote_handler = dbgp xdebug.discover_client_host = true xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = -1 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.cli_color = 1 xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown. Loading
configs/php/5.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ xdebug.remote_autostart = 1 xdebug.remote_port = 9000 xdebug.idekey = PHPSTORM #xdebug.collect_params = 4 xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = 1024 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown.
configs/php/7.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ xdebug.client_port = 9003 xdebug.start_with_request = yes xdebug.remote_handler = dbgp xdebug.discover_client_host = true xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = -1 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.cli_color = 1 xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown.
configs/php/8.x/xdebug.conf +4 −4 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ xdebug.client_port = 9003 xdebug.start_with_request = yes xdebug.remote_handler = dbgp xdebug.discover_client_host = true xdebug.var_display_max_children = 1024 xdebug.var_display_max_data = -1 xdebug.max_nesting_level = 256 # Attention: trop diminuer 'max_nesting_level' peut causer une erreur 'Maximum function nesting level of x reached' xdebug.cli_color = 1 xdebug.var_display_max_data = 512 # controls how large strings can be before they're truncated xdebug.var_display_max_depth = 3 # controls how many levels deep into a data structure information is shown. xdebug.var_display_max_children = 1024 # controls how many array elements or object properties are shown.