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

Setting for how much/little a debug value is truncated. #167474

Closed
theoryshaw opened this issue Nov 28, 2022 · 2 comments
Closed

Setting for how much/little a debug value is truncated. #167474

theoryshaw opened this issue Nov 28, 2022 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@theoryshaw
Copy link

Would be nice to have a setting, where you could control how much or how little vscode truncates debug values.

If truncation was turned off you could see the whole value, for example.
results: (Vector((1.6292068494294654e-07, -1.0, 0.0)), Vector((1.6292068494294654e-07, -1.0, 0.0)))

verses how it is currently automatically truncates the value below...

@roblourens
Copy link
Member

I don't think this is actually truncated by vscode? I think this just comes as-is from the debug adapter. You could file an issue on the vscode-python repo or share some code that reproes this for me to check. If you hover the value and also see a truncated value, I think that would prove it.

@roblourens roblourens added the info-needed Issue requires more information from poster label Nov 29, 2022
@theoryshaw
Copy link
Author

My apologies, you're right! Thanks for the clarification.
Posted here: microsoft/debugpy#1137

@github-actions github-actions bot locked and limited conversation to collaborators Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants