Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elements of array #369

Closed
mgk98 opened this issue Jul 17, 2019 · 3 comments
Closed

Elements of array #369

mgk98 opened this issue Jul 17, 2019 · 3 comments

Comments

@mgk98
Copy link

mgk98 commented Jul 17, 2019

Issue Type: Bug

arrays in the debug variables are limited at 32 elements

Extension version: 1.13.0
VS Code version: Code 1.36.1 (2213894ea0415ee8c85c5eea0d0ff81ecc191529, 2019-07-08T22:59:35.033Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz (4 x 2712)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.94GB (4.13GB free)
Process Argv
Screen Reader no
VM 0%
@Sigtechnica
Copy link

Sigtechnica commented Aug 13, 2019

yes, thank you, I have the same issue ,drove me nuts, but I have the feeling the maintenance on the project is low :(

@Sigtechnica
Copy link

I think I fixed my issue, inside the launch.json.

you need to add a section xdebugSettings:

            "xdebugSettings": {
                "max_children": 512,
                "max_data": 1024,
                "max_depth": 4,
            }

to increase the limits, I have double the first 2 and increased the depth from 3 to 4.
I peaked into the phpinfo to get the defaults :)

@zobo
Copy link
Contributor

zobo commented May 20, 2022

Related #805

@zobo zobo closed this as completed May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants