You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SZARRAY-typed arrays are generically captured with ToString which just return the type; moreover, their class_name is stored as SZARRAY. Instead the class name should represent the full class name (such as System.String[]) and the captured value should represent the values in the array.
SZARRAY-typed arrays are generically captured with ToString which just return the type; moreover, their class_name is stored as SZARRAY. Instead the class name should represent the full class name (such as
System.String[]
) and the captured value should represent the values in the array.(Followup to #24 . Probably requires #25 .)
The text was updated successfully, but these errors were encountered: