We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9a864 commit 3121cc3Copy full SHA for 3121cc3
lldb/test/API/functionalities/data-formatter/nsdictionarysynth/TestNSDictionarySynthetic.py
@@ -2,7 +2,6 @@
2
Test lldb data formatter subsystem.
3
"""
4
5
-
6
import lldb
7
from lldbsuite.test.decorators import *
8
from lldbsuite.test.lldbtest import *
@@ -120,6 +119,8 @@ def cleanup():
120
119
'@"2 elements"',
121
],
122
)
+
123
+ self.runCmd("settings set target.max-children-depth 6")
124
self.expect(
125
"frame variable mutabledict --ptr-depth 3",
126
substrs=[
0 commit comments