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
I can understand truncating by default for usability, but sometimes huge objects are sometimes needed to be poked into. is there a way to provide this via a verbosity flag similar to pytest's locals functionality?
The text was updated successfully, but these errors were encountered:
This change #288 should let you view more info from local variables: like py-spy dump -llll -p PID won't truncate until the local variable is 512 chars long (vs the default 128).
I can understand truncating by default for usability, but sometimes huge objects are sometimes needed to be poked into. is there a way to provide this via a verbosity flag similar to pytest's locals functionality?
The text was updated successfully, but these errors were encountered: