When I put a break point with Xdebug I can see the content of the current variables of the environment. Some of these variables are an array with another array inside. I don't know how to see the content of that sub-array:
Is it possible? How?
Installation of Sublime PluginStep 1 − Install package control palette installation with the shortcut of Ctrl+Shift+P or Cmd+shift+P. Step 2 − After the successful installation of Xdebug client, the configuration file will be kept in the Installed Packages folder.
In the menu, click on tools -> Xdebug and click on start debugging (launch browser). You will notice that your website is opened up and that ? XDEBUG_SESSION_START=sublime. xdebug is added to the end of the URL.
Add the following to the user configuration file of the Xdebug plugin (Preferences > Package Settings > Xdebug > Settings - User):
{
"max_depth": 2
}
That's for one sub-array. If you want a sub-sub-array just type: "max_depth": 3
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With