Skip to content

Commit 655c348

Browse files
authored
docs: note about problem with large max_depth (#615)
1 parent 17fc223 commit 655c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ More general information on debugging with VS Code can be found on https://code.
7676
For a full list of feature names that can be set please refer to the [Xdebug documentation](https://xdebug.org/docs-dbgp.php#feature-names).
7777
- `max_children`: max number of array or object children to initially retrieve
7878
- `max_data`: max amount of variable data to initially retrieve.
79-
- `max_depth`: maximum depth that the debugger engine may return when sending arrays, hashs or object structures to the IDE.
79+
- `max_depth`: maximum depth that the debugger engine may return when sending arrays, hashs or object structures to the IDE (there should be no need to change this as depth is retrieved incrementally, large value can cause IDE to hang).
8080
- `show_hidden`: This feature can get set by the IDE if it wants to have more detailed internal information on properties (eg. private members of classes, etc.) Zero means that hidden members are not shown to the IDE.
8181

8282
Options specific to CLI debugging:

0 commit comments

Comments
 (0)