DBGp Settings |
-- | --
Max Children | 32
Max Data | 1024
Max Depth | 1
Show Hidden Properties | No
Extended Properties | No
Notifications | No
Resolved Breakpoints | No
Breakpoint Details | No
|
PHP |
Build Configuration |
Version (Run Time) | 7.4.29
Version (Compile Time) | 7.4.3
Debug Build | no
Thread Safety | disabled
|
Directive | Local Value
xdebug.mode | debug, develop
xdebug.start_with_request | trigger
xdebug.start_upon_error | default
xdebug.use_compression | 1
xdebug.file_link_format | no value
xdebug.filename_format | no value
xdebug.log | no value
xdebug.log_level | 7
xdebug.var_display_max_children | -1
xdebug.var_display_max_data | -1
xdebug.var_display_max_depth | -1
xdebug.max_nesting_level | 256
xdebug.cli_color | 0
xdebug.force_display_errors | Off
xdebug.force_error_reporting | 0
xdebug.halt_level | 0
xdebug.max_stack_frames | -1
xdebug.show_error_trace | Off
xdebug.show_exception_trace | Off
xdebug.show_local_vars | Off
xdebug.dump.COOKIE | no value
xdebug.dump.ENV | no value
xdebug.dump.FILES | no value
xdebug.dump.GET | no value
xdebug.dump.POST | no value
xdebug.dump.REQUEST | no value
xdebug.dump.SERVER | no value
xdebug.dump.SESSION | no value
xdebug.dump_globals | On
xdebug.dump_once | On
xdebug.dump_undefined | Off
xdebug.profiler_append | Off
xdebug.cloud_id | no value
xdebug.client_host | localhost
xdebug.client_port | 9003
xdebug.discover_client_host | Off
xdebug.client_discovery_header | no value
xdebug.idekey | no value
xdebug.connect_timeout_ms | 200
xdebug.scream | Off
xdebug.gc_stats_output_name | gcstats.%p
xdebug.trace_output_name | trace.%c
xdebug.trace_format | 0
xdebug.trace_options | 0
xdebug.collect_assignments | Off
xdebug.collect_return | Off
I'm creating a new issue here to follow-on from a comment I made on this closed issue: https://github.com/xdebug/vscode-php-debug/issues/52
I can drill-down into objects in the Variables pane, but not in Watch. I can't expand $bp->data and trying to watch that directly just returns null.
PHP version: 7.4.29 Xdebug version: 3.1.4 VS Code extension version: 1.25.0
Your launch.json:
Xdebug php.ini config: <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
DBGp Settings | -- | -- Max Children | 32 Max Data | 1024 Max Depth | 1 Show Hidden Properties | No Extended Properties | No Notifications | No Resolved Breakpoints | No Breakpoint Details | No | PHP | Build Configuration | Version (Run Time) | 7.4.29 Version (Compile Time) | 7.4.3 Debug Build | no Thread Safety | disabled | Directive | Local Value xdebug.mode | debug, develop xdebug.start_with_request | trigger xdebug.start_upon_error | default xdebug.use_compression | 1 xdebug.file_link_format | no value xdebug.filename_format | no value xdebug.log | no value xdebug.log_level | 7 xdebug.var_display_max_children | -1 xdebug.var_display_max_data | -1 xdebug.var_display_max_depth | -1 xdebug.max_nesting_level | 256 xdebug.cli_color | 0 xdebug.force_display_errors | Off xdebug.force_error_reporting | 0 xdebug.halt_level | 0 xdebug.max_stack_frames | -1 xdebug.show_error_trace | Off xdebug.show_exception_trace | Off xdebug.show_local_vars | Off xdebug.dump.COOKIE | no value xdebug.dump.ENV | no value xdebug.dump.FILES | no value xdebug.dump.GET | no value xdebug.dump.POST | no value xdebug.dump.REQUEST | no value xdebug.dump.SERVER | no value xdebug.dump.SESSION | no value xdebug.dump_globals | On xdebug.dump_once | On xdebug.dump_undefined | Off xdebug.profiler_append | Off xdebug.cloud_id | no value xdebug.client_host | localhost xdebug.client_port | 9003 xdebug.discover_client_host | Off xdebug.client_discovery_header | no value xdebug.idekey | no value xdebug.connect_timeout_ms | 200 xdebug.scream | Off xdebug.gc_stats_output_name | gcstats.%p xdebug.trace_output_name | trace.%c xdebug.trace_format | 0 xdebug.trace_options | 0 xdebug.collect_assignments | Off xdebug.collect_return | Off