-
Notifications
You must be signed in to change notification settings - Fork 66
arrays , objects get turnacated if nested #74
Comments
@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. |
@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] |
@vishalkhialani Change the |
if we have nested arrays and objects then after a certain point the data structure is turnacated.
The text was updated successfully, but these errors were encountered: