Deeply nested structs can be noisy, so Apple's LLDB fork sets the
default to `4`:
9c93adbb28/lldb/source/Target/TargetProperties.td (L134-L136)
Thought it would be useful to upstream this. Though happy to pick a
different default or keep it as-is.
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
settings set target.max-children-depth 10
|
|
expr a
|
|
expr b.c
|
|
expr b.u.c
|
|
expr b.u.i
|
|
expr c
|
|
type lookup C
|
|
exit
|