arrays , objects get turnacated if nested
if we have nested arrays and objects then after a certain point the data structure is turnacated.
@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 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
@vishalkhialani Did you try SublimeTextXdebug (Xdebug Client)?
@martomo yes I have tried xdebug client and the limitation still exsists

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] ...
@vishalkhialani Change the max_depth and max_children to an higher value in Xdebug.sublime-settings.