Skip to content

Commit

Permalink
[debuging][bindings] narrow down depth an array size limits down
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlevchenko committed Nov 13, 2019
1 parent d6b2059 commit d4028ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvmDebugInfoC/src/scripts/konan_lldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def type_info(value):

# Cache type info pointer to [ChildMetaInfo]
SYNTHETIC_OBJECT_LAYOUT_CACHE = {}
TO_STRING_DEPTH = 5
ARRAY_TO_STRING_LIMIT = 20
TO_STRING_DEPTH = 2
ARRAY_TO_STRING_LIMIT = 10

def kotlin_object_type_summary(lldb_val, internal_dict = []):
"""Hook that is run by lldb to display a Kotlin object."""
Expand Down

0 comments on commit d4028ad

Please sign in to comment.