[debuging][bindings] narrow down depth an array size limits down
This commit is contained in:
@@ -70,8 +70,8 @@ __FACTORY = {}
|
|||||||
|
|
||||||
# Cache type info pointer to [ChildMetaInfo]
|
# Cache type info pointer to [ChildMetaInfo]
|
||||||
SYNTHETIC_OBJECT_LAYOUT_CACHE = {}
|
SYNTHETIC_OBJECT_LAYOUT_CACHE = {}
|
||||||
TO_STRING_DEPTH = 5
|
TO_STRING_DEPTH = 2
|
||||||
ARRAY_TO_STRING_LIMIT = 20
|
ARRAY_TO_STRING_LIMIT = 10
|
||||||
|
|
||||||
def kotlin_object_type_summary(lldb_val, internal_dict = []):
|
def kotlin_object_type_summary(lldb_val, internal_dict = []):
|
||||||
"""Hook that is run by lldb to display a Kotlin object."""
|
"""Hook that is run by lldb to display a Kotlin object."""
|
||||||
|
|||||||
Reference in New Issue
Block a user