SublimeXdebug icon indicating copy to clipboard operation
SublimeXdebug copied to clipboard

arrays , objects get turnacated if nested

Open ghost opened this issue 12 years ago • 5 comments

if we have nested arrays and objects then after a certain point the data structure is turnacated.

ghost avatar Sep 15 '13 00:09 ghost

@vishalkhialani What version of Sublime Text are you using?

In case you are using Sublime Text 3, this repository might not work properly and I would recommend to look into other forks of this repository, a lot of people picked up this project and made their own adjustments/features.

I have created a new repository that is compatible with Sublime Text 3 (and 2), which also supports inspection of nested objects, remote debugging and more.

martomo avatar Sep 15 '13 13:09 martomo

@martomo I am using version 2.0.2 build 2221 I think mine is a duplicate issue I went through all the issues and found https://github.com/Kindari/SublimeXdebug/issues/63

its the same limitation I face. Let me know how I can help . Vishal

ghost avatar Sep 16 '13 04:09 ghost

@vishalkhialani Did you try SublimeTextXdebug (Xdebug Client)?

martomo avatar Sep 16 '13 05:09 martomo

@martomo yes I have tried xdebug client and the limitation still exsists

screenshot from 2013-09-16 17 51 28

Please see attached screen we can expand on the data type however after a certain depth level you cannot go further.

its just shows "..." below I have copied from the screen

[4] ... $GLOBALS['conf']['hs_config_content-taxonomy-field_tax']['editability'] = array[5] ...

ghost avatar Sep 16 '13 12:09 ghost

@vishalkhialani Change the max_depth and max_children to an higher value in Xdebug.sublime-settings.

martomo avatar Sep 16 '13 14:09 martomo