Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--verbose to not truncate locals? #287

Closed
mattp- opened this issue Sep 4, 2020 · 2 comments
Closed

--verbose to not truncate locals? #287

mattp- opened this issue Sep 4, 2020 · 2 comments

Comments

@mattp-
Copy link

mattp- commented Sep 4, 2020

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?

@benfred
Copy link
Owner

benfred commented Sep 11, 2020

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).

@benfred
Copy link
Owner

benfred commented Jan 18, 2021

Change is in v0.3.4

@benfred benfred closed this as completed Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants