Skip to content

Commit cdb1ee0

Browse files
committed
Fix up config for nesting level on debug output
1 parent 76adb4e commit cdb1ee0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/en/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Configuration
6767
* ``DebugKit.maxDepth`` - Defines how many levels of nested data should be shown in general for debug output. Default is 5.
6868
WARNING: Increasing the max depth level can lead to an out of memory error.::
6969

70+
// Show more levels
71+
Configure::write('DebugKit.maxDepth', 8);
72+
7073
* ``DebugKit.variablesPanelMaxDepth`` - Defines how many levels of nested data should be shown in the variables tab. Default is 5.
7174
WARNING: Increasing the max depth level can lead to an out of memory error.::
7275

0 commit comments

Comments
 (0)