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
debugGetOwnershipChain takes a parameter indicating how many layers to dump. This means that every call site separately codes the dump depth, which is hard to modify.
It would be better if there were a global default value that could be set, then add an optional positional parameter to allow the caller to override the default if desired.