We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76adb4e commit cdb1ee0Copy full SHA for cdb1ee0
1 file changed
docs/en/index.rst
@@ -67,6 +67,9 @@ Configuration
67
* ``DebugKit.maxDepth`` - Defines how many levels of nested data should be shown in general for debug output. Default is 5.
68
WARNING: Increasing the max depth level can lead to an out of memory error.::
69
70
+ // Show more levels
71
+ Configure::write('DebugKit.maxDepth', 8);
72
+
73
* ``DebugKit.variablesPanelMaxDepth`` - Defines how many levels of nested data should be shown in the variables tab. Default is 5.
74
75
0 commit comments